public enum VirtualListViewResponseStates extends Enum<VirtualListViewResponseStates> implements org.apache.directory.api.asn1.ber.grammar.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 |
|---|---|
String |
getGrammarName(org.apache.directory.api.asn1.ber.grammar.Grammar<?> grammar) |
String |
getGrammarName(int grammar) |
Enum<?> |
getStartState() |
String |
getState(int state) |
boolean |
isEndState() |
static VirtualListViewResponseStates |
valueOf(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(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(int grammar)
public String getGrammarName(org.apache.directory.api.asn1.ber.grammar.Grammar<?> grammar)
public String getState(int state)
public boolean isEndState()
isEndState in interface org.apache.directory.api.asn1.ber.grammar.Statespublic Enum<?> getStartState()
getStartState in interface org.apache.directory.api.asn1.ber.grammar.StatesCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.