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