Uses of Class
org.apache.directory.api.dsmlv2.Dsmlv2StatesEnum
-
Packages that use Dsmlv2StatesEnum Package Description org.apache.directory.api.dsmlv2 -
-
Uses of Dsmlv2StatesEnum in org.apache.directory.api.dsmlv2
Methods in org.apache.directory.api.dsmlv2 that return Dsmlv2StatesEnum Modifier and Type Method Description static Dsmlv2StatesEnumDsmlv2StatesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Dsmlv2StatesEnum[]Dsmlv2StatesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.directory.api.dsmlv2 that return types with arguments of type Dsmlv2StatesEnum Modifier and Type Method Description Enum<Dsmlv2StatesEnum>GrammarTransition. getNextState()Gets the target stateEnum<Dsmlv2StatesEnum>Container. getState()Gets the current grammar stateEnum<Dsmlv2StatesEnum>Dsmlv2Container. getState()Get the current grammar stateEnum<Dsmlv2StatesEnum>[]Container. getStates()Enum<Dsmlv2StatesEnum>[]Dsmlv2Container. getStates()Get the states for this container's grammarsEnum<Dsmlv2StatesEnum>[]AbstractGrammar. getStatesEnum()Gets the states of the current grammarEnum<Dsmlv2StatesEnum>[]Grammar. getStatesEnum()Get the statesEnum for the current grammarEnum<Dsmlv2StatesEnum>Container. getTransition()Gets the transitionEnum<Dsmlv2StatesEnum>Dsmlv2Container. getTransition()Get the transitionMethod parameters in org.apache.directory.api.dsmlv2 with type arguments of type Dsmlv2StatesEnum Modifier and Type Method Description GrammarTransitionAbstractGrammar. getTransition(Enum<Dsmlv2StatesEnum> state, Tag tag)Gets the transition associated with the state and tagGrammarTransitionDsmlv2Container. getTransition(Enum<Dsmlv2StatesEnum> currentState, Tag currentTag)Get the transition associated with the state and tagvoidContainer. setState(Enum<Dsmlv2StatesEnum> state)Sets the new current statevoidDsmlv2Container. setState(Enum<Dsmlv2StatesEnum> state)Set the new current statevoidContainer. setTransition(Enum<Dsmlv2StatesEnum> transition)Updates the transition from a state to anothervoidDsmlv2Container. setTransition(Enum<Dsmlv2StatesEnum> transition)Update the transition from a state to anotherStringGrammarTransition. toString(int grammar, Enum<Dsmlv2StatesEnum> statesEnum)Returns a representation of the transition as a stringConstructor parameters in org.apache.directory.api.dsmlv2 with type arguments of type Dsmlv2StatesEnum Constructor Description GrammarTransition(Enum<Dsmlv2StatesEnum> currentState, Enum<Dsmlv2StatesEnum> nextState, GrammarAction action)Creates a new GrammarTransition object.
-