| Enum Constant and Description |
|---|
BLOCKED_FUTURE |
BLOCKED_PREMADE |
ERROR |
UNBLOCKED_DUCK |
UNBLOCKED_FUTURE |
UNBLOCKED_PREMADE |
UNBLOCKED_SIMPLE |
| Modifier and Type | Method and Description |
|---|---|
static Behavior |
determine(Procedure procedure) |
static Behavior |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Behavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Behavior UNBLOCKED_SIMPLE
public static final Behavior BLOCKED_FUTURE
public static final Behavior UNBLOCKED_FUTURE
public static final Behavior UNBLOCKED_DUCK
public static final Behavior UNBLOCKED_PREMADE
public static final Behavior BLOCKED_PREMADE
public static final Behavior ERROR
public static Behavior[][][] table
public static Behavior[] values()
for (Behavior c : Behavior.values()) System.out.println(c);
public static Behavior 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 null