Uses of Class
org.commonreality.efferent.IEfferentCommand.RequestedState

Packages that use IEfferentCommand.RequestedState
org.commonreality.efferent   
org.commonreality.efferent.impl   
 

Uses of IEfferentCommand.RequestedState in org.commonreality.efferent
 

Methods in org.commonreality.efferent that return IEfferentCommand.RequestedState
 IEfferentCommand.RequestedState IEfferentCommand.getRequestedState()
           
static IEfferentCommand.RequestedState IEfferentCommand.RequestedState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IEfferentCommand.RequestedState[] IEfferentCommand.RequestedState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.commonreality.efferent with parameters of type IEfferentCommand.RequestedState
 java.util.Collection<IEfferentCommand> IEfferentCommandManager.getEfferentCommands(IEfferentCommand.RequestedState requestedState)
           
 

Uses of IEfferentCommand.RequestedState in org.commonreality.efferent.impl
 

Methods in org.commonreality.efferent.impl that return IEfferentCommand.RequestedState
 IEfferentCommand.RequestedState AbstractEfferentCommand.getRequestedState()
           
 

Methods in org.commonreality.efferent.impl with parameters of type IEfferentCommand.RequestedState
 java.util.Collection<IEfferentCommand> EfferentCommandManager.getEfferentCommands(IEfferentCommand.RequestedState requestedState)