public enum VirtualListViewResponseStates extends java.lang.Enum<VirtualListViewResponseStates> implements States
| Enum Constant and Description |
|---|
END_STATE |
START_STATE |
VLV_CONTENT_COUNT_STATE |
VLV_CONTEXT_ID_STATE |
VLV_SEQUENCE_STATE |
VLV_TARGET_POSITION_STATE |
VLV_VIRTUAL_LIST_VIEW_RESULT_STATE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGrammarName(Grammar<?> grammar) |
java.lang.String |
getGrammarName(int grammar) |
java.lang.Enum<?> |
getStartState() |
java.lang.String |
getState(int state) |
boolean |
isEndState() |
static VirtualListViewResponseStates |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VirtualListViewResponseStates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualListViewResponseStates START_STATE
public static final VirtualListViewResponseStates VLV_SEQUENCE_STATE
public static final VirtualListViewResponseStates VLV_TARGET_POSITION_STATE
public static final VirtualListViewResponseStates VLV_CONTENT_COUNT_STATE
public static final VirtualListViewResponseStates VLV_VIRTUAL_LIST_VIEW_RESULT_STATE
public static final VirtualListViewResponseStates VLV_CONTEXT_ID_STATE
public static final VirtualListViewResponseStates END_STATE
public static VirtualListViewResponseStates[] values()
for (VirtualListViewResponseStates c : VirtualListViewResponseStates.values()) System.out.println(c);
public static VirtualListViewResponseStates 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 nullpublic java.lang.String getGrammarName(int grammar)
public java.lang.String getGrammarName(Grammar<?> grammar)
public java.lang.String getState(int state)
public boolean isEndState()
isEndState in interface Statespublic java.lang.Enum<?> getStartState()
getStartState in interface States