public enum VirtualListViewRequestStates extends Enum<VirtualListViewRequestStates> implements org.apache.directory.api.asn1.ber.grammar.States
| Enum Constant and Description |
|---|
END_STATE
Final state
|
START_STATE
Initial state
|
VLV_AFTER_COUNT_STATE
afterCount INTEGER (0..maxInt) transition
|
VLV_ASSERTION_VALUE_STATE
greaterThanOrEqual [1] AssertionValue transition
|
VLV_BEFORE_COUNT_STATE
beforeCount INTEGER (0..maxInt) transition
|
VLV_CONTENT_COUNT_STATE
contentCount INTEGER (0 ..
|
VLV_CONTEXT_ID_STATE
contextID OCTET STRING OPTIONAL transition
|
VLV_OFFSET_STATE
offset INTEGER (1 ..
|
VLV_SEQUENCE_STATE
VirtualListViewRequest ::= SEQUENCE transition
|
VLV_TARGET_BY_OFFSET_STATE
byOffset [0] SEQUENCE transition
|
| 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 VirtualListViewRequestStates |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualListViewRequestStates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualListViewRequestStates START_STATE
public static final VirtualListViewRequestStates VLV_SEQUENCE_STATE
public static final VirtualListViewRequestStates VLV_BEFORE_COUNT_STATE
public static final VirtualListViewRequestStates VLV_AFTER_COUNT_STATE
public static final VirtualListViewRequestStates VLV_TARGET_BY_OFFSET_STATE
public static final VirtualListViewRequestStates VLV_OFFSET_STATE
public static final VirtualListViewRequestStates VLV_CONTENT_COUNT_STATE
public static final VirtualListViewRequestStates VLV_CONTEXT_ID_STATE
public static final VirtualListViewRequestStates VLV_ASSERTION_VALUE_STATE
public static final VirtualListViewRequestStates END_STATE
public static VirtualListViewRequestStates[] values()
for (VirtualListViewRequestStates c : VirtualListViewRequestStates.values()) System.out.println(c);
public static VirtualListViewRequestStates 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 org.apache.directory.api.asn1.ber.grammar.Statespublic Enum<?> getStartState()
getStartState in interface org.apache.directory.api.asn1.ber.grammar.StatesCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.