public static enum ARXConfiguration.SearchStepSemantics extends java.lang.Enum<ARXConfiguration.SearchStepSemantics>
Enum Constant and Description |
---|
CHECKS
Steps correspond to checks
|
EXPANSIONS
Steps correspond to expansions
|
Modifier and Type | Method and Description |
---|---|
static ARXConfiguration.SearchStepSemantics |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ARXConfiguration.SearchStepSemantics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ARXConfiguration.SearchStepSemantics CHECKS
public static final ARXConfiguration.SearchStepSemantics EXPANSIONS
public static ARXConfiguration.SearchStepSemantics[] values()
for (ARXConfiguration.SearchStepSemantics c : ARXConfiguration.SearchStepSemantics.values()) System.out.println(c);
public static ARXConfiguration.SearchStepSemantics 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