Uses of Interface
org.apache.directory.shared.dsmlv2.IStates

Packages that use IStates
org.apache.directory.shared.dsmlv2   
 

Uses of IStates in org.apache.directory.shared.dsmlv2
 

Classes in org.apache.directory.shared.dsmlv2 that implement IStates
 class Dsmlv2StatesEnum
          This class store the Dsml grammar's constants.
 

Fields in org.apache.directory.shared.dsmlv2 declared as IStates
protected  IStates AbstractGrammar.statesEnum
          The grammar's states
 

Methods in org.apache.directory.shared.dsmlv2 that return IStates
 IStates Dsmlv2Container.getStates()
          Get the states for this container's grammars
 IStates Container.getStates()
           
 IStates AbstractGrammar.getStatesEnum()
          Get the states of the current grammar
 IStates IGrammar.getStatesEnum()
          Get the statesEnum for the current grammar
 

Methods in org.apache.directory.shared.dsmlv2 with parameters of type IStates
 void AbstractGrammar.setStatesEnum(IStates statesEnum)
          Set the states for this grammar
 java.lang.String GrammarTransition.toString(int grammar, IStates statesEnum)
          Returns a representation of the transition as a string
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.