public class SyncRequestValueControlStatesEnum extends Object implements IStates
| Modifier and Type | Field and Description |
|---|---|
static int |
COOKIE_STATE
cookie Value
|
static int |
LAST_SYNC_REQUEST_VALUE_STATE
terminal state
|
static int |
MODE_STATE
mode Value
|
static int |
RELOAD_HINT_STATE
reloadHint Value
|
static int |
START_STATE
Initial state
|
static int |
SYNC_REQUEST_VALUE_SEQUENCE_STATE
Sequence Value
|
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 SYNC_REQUEST_VALUE_SEQUENCE_STATE
public static final int MODE_STATE
public static final int COOKIE_STATE
public static final int RELOAD_HINT_STATE
public static final int LAST_SYNC_REQUEST_VALUE_STATE
public static IStates getInstance()
public String getGrammarName(int grammar)
getGrammarName in interface IStatesgrammar - The grammar codepublic String getGrammarName(IGrammar grammar)
getGrammarName in interface IStatesgrammar - The grammar classCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.