public static enum StepRequest.StepRequestType extends java.lang.Enum<StepRequest.StepRequestType>
Enum Constant and Description |
---|
GeneralSearch |
SearchOptions |
SelectorChoice |
SelectorSearch |
StepSearch |
StepSearchChoice |
Modifier and Type | Field and Description |
---|---|
boolean |
simple |
Modifier and Type | Method and Description |
---|---|
static StepRequest.StepRequestType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StepRequest.StepRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StepRequest.StepRequestType SelectorSearch
public static final StepRequest.StepRequestType StepSearch
public static final StepRequest.StepRequestType GeneralSearch
public static final StepRequest.StepRequestType SearchOptions
public static final StepRequest.StepRequestType StepSearchChoice
public static final StepRequest.StepRequestType SelectorChoice
public static StepRequest.StepRequestType[] values()
for (StepRequest.StepRequestType c : StepRequest.StepRequestType.values()) System.out.println(c);
public static StepRequest.StepRequestType 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