public static enum StepDefinition.Alias extends java.lang.Enum<StepDefinition.Alias>
| Enum Constant and Description |
|---|
all |
defaults |
exploitation |
grids |
| Modifier and Type | Method and Description |
|---|---|
static StepDefinition.Alias |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StepDefinition.Alias[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StepDefinition.Alias all
public static final StepDefinition.Alias defaults
public static final StepDefinition.Alias grids
public static final StepDefinition.Alias exploitation
public static StepDefinition.Alias[] values()
for (StepDefinition.Alias c : StepDefinition.Alias.values()) System.out.println(c);
public static StepDefinition.Alias 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