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