public enum SyncInfoValueStatesEnum extends Enum<SyncInfoValueStatesEnum> implements org.apache.directory.api.asn1.ber.grammar.States
| Enum Constant and Description |
|---|
END_STATE
The END_STATE
|
LAST_SYNC_INFO_VALUE_STATE
terminal state
|
NEW_COOKIE_STATE
NewCookie state
|
REFRESH_DELETE_COOKIE_STATE
RefreshDelete cookie state
|
REFRESH_DELETE_REFRESH_DONE_STATE
RefreshDelete refreshDone state
|
REFRESH_DELETE_STATE
RefreshDelete state
|
REFRESH_PRESENT_COOKIE_STATE
RefreshPresent cookie state
|
REFRESH_PRESENT_REFRESH_DONE_STATE
RefreshPresent refreshDone state
|
REFRESH_PRESENT_STATE
RefreshPresent state
|
START_STATE
Initial state
|
SYNC_ID_SET_COOKIE_STATE
SyncIdSet cookie state
|
SYNC_ID_SET_REFRESH_DELETES_STATE
SyncIdSet refreshDone state
|
SYNC_ID_SET_SET_OF_UUIDS_STATE
SyncIdSet SET OF UUIDs state
|
SYNC_ID_SET_STATE
SyncIdSet state
|
SYNC_ID_SET_UUID_STATE
SyncIdSet UUID state
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGrammarName(org.apache.directory.api.asn1.ber.grammar.Grammar<SyncInfoValueContainer> grammar)
Get the grammar name
|
String |
getGrammarName(int grammar)
Get the grammar name
|
SyncInfoValueStatesEnum |
getStartState() |
String |
getState(int state)
Get the string representing the state
|
boolean |
isEndState() |
static SyncInfoValueStatesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncInfoValueStatesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncInfoValueStatesEnum END_STATE
public static final SyncInfoValueStatesEnum START_STATE
public static final SyncInfoValueStatesEnum NEW_COOKIE_STATE
public static final SyncInfoValueStatesEnum REFRESH_DELETE_STATE
public static final SyncInfoValueStatesEnum REFRESH_DELETE_COOKIE_STATE
public static final SyncInfoValueStatesEnum REFRESH_DELETE_REFRESH_DONE_STATE
public static final SyncInfoValueStatesEnum REFRESH_PRESENT_STATE
public static final SyncInfoValueStatesEnum REFRESH_PRESENT_COOKIE_STATE
public static final SyncInfoValueStatesEnum REFRESH_PRESENT_REFRESH_DONE_STATE
public static final SyncInfoValueStatesEnum SYNC_ID_SET_STATE
public static final SyncInfoValueStatesEnum SYNC_ID_SET_COOKIE_STATE
public static final SyncInfoValueStatesEnum SYNC_ID_SET_REFRESH_DELETES_STATE
public static final SyncInfoValueStatesEnum SYNC_ID_SET_SET_OF_UUIDS_STATE
public static final SyncInfoValueStatesEnum SYNC_ID_SET_UUID_STATE
public static final SyncInfoValueStatesEnum LAST_SYNC_INFO_VALUE_STATE
public static SyncInfoValueStatesEnum[] values()
for (SyncInfoValueStatesEnum c : SyncInfoValueStatesEnum.values()) System.out.println(c);
public static SyncInfoValueStatesEnum 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<SyncInfoValueContainer> 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 SyncInfoValueStatesEnum getStartState()
getStartState in interface org.apache.directory.api.asn1.ber.grammar.StatesCopyright © 2003-2014 The Apache Software Foundation. All Rights Reserved.