public enum ProductOil extends Enum<ProductOil>
| Enum Constant and Description |
|---|
CPY01 |
CPY07 |
CPY10 |
CPY15 |
CPY19 |
CPY23 |
CPY25 |
CSWCY |
CY |
CYYCQYTHFZY |
FKWCY |
FKWQY |
FKWRHYJCY |
FKWRLY |
FKWSNY |
HKMY |
JCQY |
QTMY |
QY |
RHY |
RHZ |
RJY |
RLY |
RLYDDZG |
SNY |
SNYDDZG |
SWCY |
YCQY |
| Modifier and Type | Method and Description |
|---|---|
String |
getHBBM() |
String |
getMC() |
static ProductOil |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductOil[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductOil QY
public static final ProductOil JCQY
public static final ProductOil YCQY
public static final ProductOil FKWQY
public static final ProductOil CYYCQYTHFZY
public static final ProductOil HKMY
public static final ProductOil QTMY
public static final ProductOil CY
public static final ProductOil SWCY
public static final ProductOil CSWCY
public static final ProductOil FKWCY
public static final ProductOil RLY
public static final ProductOil RLYDDZG
public static final ProductOil FKWRLY
public static final ProductOil SNY
public static final ProductOil SNYDDZG
public static final ProductOil FKWSNY
public static final ProductOil RJY
public static final ProductOil RHY
public static final ProductOil RHZ
public static final ProductOil FKWRHYJCY
public static final ProductOil CPY01
public static final ProductOil CPY07
public static final ProductOil CPY10
public static final ProductOil CPY15
public static final ProductOil CPY19
public static final ProductOil CPY23
public static final ProductOil CPY25
public static ProductOil[] values()
for (ProductOil c : ProductOil.values()) System.out.println(c);
public static ProductOil valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getHBBM()
public String getMC()
Copyright © 2020. All rights reserved.