Serializable, Comparable<Transition.Base>protected static enum Transition.Base extends Enum<Transition.Base>
| Modifier and Type | Field | Description |
|---|---|---|
byte |
base |
| Modifier and Type | Method | Description |
|---|---|---|
static Transition.Base |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Transition.Base[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Transition.Base A
public static final Transition.Base C
public static final Transition.Base G
public static final Transition.Base T
public static Transition.Base[] values()
for (Transition.Base c : Transition.Base.values()) System.out.println(c);
public static Transition.Base 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