public static enum Avoider.AvoidState extends Enum<Avoider.AvoidState>
Modifier and Type | Method and Description |
---|---|
static Avoider.AvoidState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Avoider.AvoidState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Avoider.AvoidState Disabled
public static final Avoider.AvoidState Enabled
public static Avoider.AvoidState[] values()
for (Avoider.AvoidState c : Avoider.AvoidState.values()) System.out.println(c);
public static Avoider.AvoidState 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 null