public static enum Production.ItemKind extends Enum<Production.ItemKind>
Production.Item
.
The field witness
describes the associated
concrete class.Modifier and Type | Method and Description |
---|---|
static Production.ItemKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Production.ItemKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Production.ItemKind ACTUAL
public static final Production.ItemKind ACTION
public static final Production.ItemKind CONTINUE
public final Class<?> witness
public static Production.ItemKind[] values()
for (Production.ItemKind c : Production.ItemKind.values()) System.out.println(c);
public static Production.ItemKind 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