public enum SortResponseStates extends Enum<SortResponseStates> implements States
Enum Constant and Description |
---|
AT_DESC_STATE
attributeType [0] AttributeDescription OPTIONAL transition
|
END_STATE
Final state
|
RESULT_CODE_STATE
sortResult ENUMERATED transition
|
SEQUENCE_STATE
SortResult ::= SEQUENCE transition
|
START_STATE
Initialstate
|
Modifier and Type | Method and Description |
---|---|
String |
getGrammarName()
Get the grammar name
|
Enum<?> |
getStartState() |
String |
getState(int state)
Get the string representing the state
|
boolean |
isEndState() |
static SortResponseStates |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortResponseStates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SortResponseStates START_STATE
public static final SortResponseStates SEQUENCE_STATE
public static final SortResponseStates RESULT_CODE_STATE
public static final SortResponseStates AT_DESC_STATE
public static final SortResponseStates END_STATE
public static SortResponseStates[] values()
for (SortResponseStates c : SortResponseStates.values()) System.out.println(c);
public static SortResponseStates 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 nullpublic String getGrammarName()
public String getState(int state)
state
- The state numberpublic boolean isEndState()
isEndState
in interface States
public Enum<?> getStartState()
getStartState
in interface States
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.