|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<StoredProcedureStatesEnum>
org.apache.directory.shared.ldap.extras.extended.ads_impl.StoredProcedureStatesEnum
public enum StoredProcedureStatesEnum
Constants for StoredProcedureGrammar.
| Enum Constant Summary | |
|---|---|
END_STATE
The END_STATE |
|
LANGUAGE_STATE
Language |
|
LAST_STORED_PROCEDURE_STATE
Last Stored Procedure |
|
PARAMETER_STATE
Parameter |
|
PARAMETER_TYPE_STATE
Parameter type |
|
PARAMETER_VALUE_STATE
Parameter value |
|
PARAMETERS_STATE
Parameters |
|
PROCEDURE_STATE
Procedure |
|
START_STATE
starting state |
|
STORED_PROCEDURE_STATE
StoredProcedure |
|
| Method Summary | |
|---|---|
String |
getGrammarName(Grammar grammar)
Get the grammar name |
String |
getGrammarName(int grammar)
Get the grammar name |
StoredProcedureStatesEnum |
getStartState()
|
String |
getState(int state)
Get the string representing the state |
boolean |
isEndState()
|
static StoredProcedureStatesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StoredProcedureStatesEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final StoredProcedureStatesEnum END_STATE
public static final StoredProcedureStatesEnum START_STATE
public static final StoredProcedureStatesEnum STORED_PROCEDURE_STATE
public static final StoredProcedureStatesEnum LANGUAGE_STATE
public static final StoredProcedureStatesEnum PROCEDURE_STATE
public static final StoredProcedureStatesEnum PARAMETERS_STATE
public static final StoredProcedureStatesEnum PARAMETER_STATE
public static final StoredProcedureStatesEnum PARAMETER_TYPE_STATE
public static final StoredProcedureStatesEnum PARAMETER_VALUE_STATE
public static final StoredProcedureStatesEnum LAST_STORED_PROCEDURE_STATE
| Method Detail |
|---|
public static StoredProcedureStatesEnum[] values()
for (StoredProcedureStatesEnum c : StoredProcedureStatesEnum.values()) System.out.println(c);
public static StoredProcedureStatesEnum valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getGrammarName(int grammar)
grammar - The grammar code
public String getGrammarName(Grammar grammar)
grammar - The grammar class
public String getState(int state)
state - The state number
public boolean isEndState()
isEndState in interface Statespublic StoredProcedureStatesEnum getStartState()
getStartState in interface States
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||