public static enum Constants.RangeID extends java.lang.Enum<Constants.RangeID>
| Enum Constant and Description |
|---|
RANGEID_DERIVED |
RANGEID_FULL |
RANGEID_INVALID |
RANGEID_LIMITED |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static int |
getValue(Constants.RangeID id) |
static Constants.RangeID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.RangeID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.RangeID RANGEID_INVALID
public static final Constants.RangeID RANGEID_LIMITED
public static final Constants.RangeID RANGEID_FULL
public static final Constants.RangeID RANGEID_DERIVED
public static Constants.RangeID[] values()
for (Constants.RangeID c : Constants.RangeID.values()) System.out.println(c);
public static Constants.RangeID 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 static int getValue(Constants.RangeID id)