public enum AdDirSyncStatesEnum extends Enum<AdDirSyncStatesEnum> implements org.apache.directory.api.asn1.ber.grammar.States
| Enum Constant and Description |
|---|
AD_DIR_SYNC_SEQUENCE_STATE
sequence start state
|
COOKIE_STATE
cookie value state
|
END_STATE
The END_STATE
|
FLAG_STATE
flag state
|
LAST_AD_DIR_SYNC_STATE
terminal state
|
MAX_RETURN_LENGTH_STATE
maxReturnLength value state
|
START_STATE |
| Modifier and Type | Method and Description |
|---|---|
String |
getGrammarName(org.apache.directory.api.asn1.ber.grammar.Grammar<AdDirSyncContainer> grammar)
Get the grammar name
|
String |
getGrammarName(int grammar)
Get the grammar name
|
AdDirSyncStatesEnum |
getStartState() |
String |
getState(int state)
Get the string representing the state
|
boolean |
isEndState() |
static AdDirSyncStatesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdDirSyncStatesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdDirSyncStatesEnum END_STATE
public static final AdDirSyncStatesEnum START_STATE
public static final AdDirSyncStatesEnum AD_DIR_SYNC_SEQUENCE_STATE
public static final AdDirSyncStatesEnum FLAG_STATE
public static final AdDirSyncStatesEnum MAX_RETURN_LENGTH_STATE
public static final AdDirSyncStatesEnum COOKIE_STATE
public static final AdDirSyncStatesEnum LAST_AD_DIR_SYNC_STATE
public static AdDirSyncStatesEnum[] values()
for (AdDirSyncStatesEnum c : AdDirSyncStatesEnum.values()) System.out.println(c);
public static AdDirSyncStatesEnum 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)
grammar - The grammar codepublic String getGrammarName(org.apache.directory.api.asn1.ber.grammar.Grammar<AdDirSyncContainer> grammar)
grammar - The grammar classpublic String getState(int state)
state - The state numberpublic boolean isEndState()
isEndState in interface org.apache.directory.api.asn1.ber.grammar.Statespublic AdDirSyncStatesEnum getStartState()
getStartState in interface org.apache.directory.api.asn1.ber.grammar.StatesCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.