public static enum MeasureUnitImpl.PowerPart extends Enum<MeasureUnitImpl.PowerPart>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
P10 |
P11 |
P12 |
P13 |
P14 |
P15 |
P2 |
P3 |
P4 |
P5 |
P6 |
P7 |
P8 |
P9 |
| Modifier and Type | Method and Description |
|---|---|
static int |
getPowerFromTrieIndex(int trieIndex) |
int |
getTrieIndex() |
int |
getValue() |
static MeasureUnitImpl.PowerPart |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeasureUnitImpl.PowerPart[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeasureUnitImpl.PowerPart P2
public static final MeasureUnitImpl.PowerPart P3
public static final MeasureUnitImpl.PowerPart P4
public static final MeasureUnitImpl.PowerPart P5
public static final MeasureUnitImpl.PowerPart P6
public static final MeasureUnitImpl.PowerPart P7
public static final MeasureUnitImpl.PowerPart P8
public static final MeasureUnitImpl.PowerPart P9
public static final MeasureUnitImpl.PowerPart P10
public static final MeasureUnitImpl.PowerPart P11
public static final MeasureUnitImpl.PowerPart P12
public static final MeasureUnitImpl.PowerPart P13
public static final MeasureUnitImpl.PowerPart P14
public static final MeasureUnitImpl.PowerPart P15
public static MeasureUnitImpl.PowerPart[] values()
public static MeasureUnitImpl.PowerPart 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 int getPowerFromTrieIndex(int trieIndex)
public int getTrieIndex()
public int getValue()