public class SyncInfoValueControlStatesEnum extends Object implements IStates
Modifier and Type | Field and Description |
---|---|
static int |
LAST_SYNC_INFO_VALUE_STATE
terminal state
|
static int |
NEW_COOKIE_STATE
NewCookie state
|
static int |
REFRESH_DELETE_COOKIE_STATE
RefreshDelete cookie state
|
static int |
REFRESH_DELETE_REFRESH_DONE_STATE
RefreshDelete refreshDone state
|
static int |
REFRESH_DELETE_STATE
RefreshDelete state
|
static int |
REFRESH_PRESENT_COOKIE_STATE
RefreshPresent cookie state
|
static int |
REFRESH_PRESENT_REFRESH_DONE_STATE
RefreshPresent refreshDone state
|
static int |
REFRESH_PRESENT_STATE
RefreshPresent state
|
static int |
START_STATE
Initial state
|
static int |
SYNC_ID_SET_COOKIE_STATE
SyncIdSet cookie state
|
static int |
SYNC_ID_SET_REFRESH_DELETES_STATE
SyncIdSet refreshDone state
|
static int |
SYNC_ID_SET_SET_OF_UUIDS_STATE
SyncIdSet SET OF UUIDs state
|
static int |
SYNC_ID_SET_STATE
SyncIdSet state
|
static int |
SYNC_ID_SET_UUID_STATE
SyncIdSet UUID state
|
END_STATE, GRAMMAR_END, INIT_GRAMMAR_STATE
Modifier and Type | Method and Description |
---|---|
String |
getGrammarName(IGrammar grammar)
Get the grammar name
|
String |
getGrammarName(int grammar)
Get the grammar name
|
static IStates |
getInstance()
Get an instance of this class
|
String |
getState(int state)
Get the string representing the state
|
public static final int START_STATE
public static final int NEW_COOKIE_STATE
public static final int REFRESH_DELETE_STATE
public static final int REFRESH_DELETE_COOKIE_STATE
public static final int REFRESH_DELETE_REFRESH_DONE_STATE
public static final int REFRESH_PRESENT_STATE
public static final int REFRESH_PRESENT_COOKIE_STATE
public static final int REFRESH_PRESENT_REFRESH_DONE_STATE
public static final int SYNC_ID_SET_STATE
public static final int SYNC_ID_SET_COOKIE_STATE
public static final int SYNC_ID_SET_REFRESH_DELETES_STATE
public static final int SYNC_ID_SET_SET_OF_UUIDS_STATE
public static final int SYNC_ID_SET_UUID_STATE
public static final int LAST_SYNC_INFO_VALUE_STATE
public static IStates getInstance()
public String getGrammarName(int grammar)
getGrammarName
in interface IStates
grammar
- The grammar codepublic String getGrammarName(IGrammar grammar)
getGrammarName
in interface IStates
grammar
- The grammar classCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.