public static enum Untraceable.Range extends java.lang.Enum<Untraceable.Range>
Enum Constant and Description |
---|
NORMAL |
REDUCED |
TOGGLE_TEMPORARILY |
Modifier and Type | Method and Description |
---|---|
byte |
getValue() |
static Untraceable.Range |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Untraceable.Range[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Untraceable.Range NORMAL
public static final Untraceable.Range TOGGLE_TEMPORARILY
public static final Untraceable.Range REDUCED
public static Untraceable.Range[] values()
for (Untraceable.Range c : Untraceable.Range.values()) System.out.println(c);
public static Untraceable.Range 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 byte getValue()