public class EntryChangeControlStatesEnum extends Object implements IStates
Modifier and Type | Field and Description |
---|---|
static int |
CHANGE_NUMBER_STATE
changeNumber
|
static int |
CHANGE_TYPE_STATE
changeType
|
static int |
EC_SEQUENCE_STATE
Sequence
|
static int |
LAST_EC_STATE
terminal state
|
static int |
PREVIOUS_DN_STATE
previousDN
|
static int |
START_STATE
Sequence Tag
|
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 EC_SEQUENCE_STATE
public static final int CHANGE_TYPE_STATE
public static final int PREVIOUS_DN_STATE
public static final int CHANGE_NUMBER_STATE
public static final int LAST_EC_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.