public static enum MeasureUnitImpl.CompoundPart extends Enum<MeasureUnitImpl.CompoundPart>
Enum.EnumDesc<E extends Enum<E>>| Modifier and Type | Method and Description |
|---|---|
static MeasureUnitImpl.CompoundPart |
getCompoundPartFromTrieIndex(int trieIndex) |
int |
getTrieIndex() |
int |
getValue() |
static MeasureUnitImpl.CompoundPart |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeasureUnitImpl.CompoundPart[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeasureUnitImpl.CompoundPart PER
public static final MeasureUnitImpl.CompoundPart TIMES
public static final MeasureUnitImpl.CompoundPart AND
public static MeasureUnitImpl.CompoundPart[] values()
public static MeasureUnitImpl.CompoundPart 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 static MeasureUnitImpl.CompoundPart getCompoundPartFromTrieIndex(int trieIndex)
public int getTrieIndex()
public int getValue()