|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.codec.search.controls.SubEntryControlStatesEnum
public class SubEntryControlStatesEnum
This class store the SubEntryControl's grammar constants. It is also used for debugging purposes.
Field Summary | |
---|---|
static int |
LAST_SUB_ENTRY_STATE
terminal state |
static int |
START_STATE
Starting state |
static int |
SUB_ENTRY_VISIBILITY_STATE
Visibility Value |
Fields inherited from interface org.apache.directory.shared.asn1.ber.grammar.IStates |
---|
END_STATE, GRAMMAR_END, INIT_GRAMMAR_STATE |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int START_STATE
public static int SUB_ENTRY_VISIBILITY_STATE
public static int LAST_SUB_ENTRY_STATE
Method Detail |
---|
public static IStates getInstance()
public String getGrammarName(int grammar)
getGrammarName
in interface IStates
grammar
- The grammar code
public String getGrammarName(IGrammar grammar)
getGrammarName
in interface IStates
grammar
- The grammar class
public String getState(int state)
getState
in interface IStates
state
- The state number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |