public static enum Item.measureUnitsFlag extends java.lang.Enum<Item.measureUnitsFlag>
Enum Constant and Description |
---|
convertMeasureUnits
Convert measure of units type
|
setMeasureUnits
Change measure of units type
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static Item.measureUnitsFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Item.measureUnitsFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Item.measureUnitsFlag setMeasureUnits
public static final Item.measureUnitsFlag convertMeasureUnits
public static Item.measureUnitsFlag[] values()
for (Item.measureUnitsFlag c : Item.measureUnitsFlag.values()) System.out.println(c);
public static Item.measureUnitsFlag 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 int getValue()