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