| Enum Constant and Description |
|---|
BQML
The BQML.
|
CM2
The C m2.
|
CNTS
The CNTS.
|
CPS
The CPS.
|
GML
The GML.
|
MGMINML
The MGMINML.
|
MLG
The MLG.
|
MLMING
The MLMING.
|
MLMINML
The MLMINML.
|
MLML
The MLML.
|
NONE
The NONE.
|
ONE_CM
The ON e_ cm.
|
PCNT
The PCNT.
|
PROPCNTS
The PROPCNTS.
|
PROPCPS
The PROPCPS.
|
STDDEV
The STDDEV.
|
UMOLMINML
The UMOLMINML.
|
UMOLML
The UMOLML.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumUnits |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumUnits[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumUnits CNTS
public static final EnumUnits NONE
public static final EnumUnits CM2
public static final EnumUnits PCNT
public static final EnumUnits CPS
public static final EnumUnits BQML
public static final EnumUnits MGMINML
public static final EnumUnits UMOLMINML
public static final EnumUnits MLMING
public static final EnumUnits MLG
public static final EnumUnits ONE_CM
public static final EnumUnits UMOLML
public static final EnumUnits PROPCNTS
public static final EnumUnits PROPCPS
public static final EnumUnits MLMINML
public static final EnumUnits MLML
public static final EnumUnits GML
public static final EnumUnits STDDEV
public static EnumUnits[] values()
for (EnumUnits c : EnumUnits.values()) System.out.println(c);
public static EnumUnits valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()