Uses of Interface
org.apache.muse.ws.dm.muws.StateType

Packages that use StateType
org.apache.muse.ws.dm.muws   
org.apache.muse.ws.dm.muws.impl   
 

Uses of StateType in org.apache.muse.ws.dm.muws
 

Methods in org.apache.muse.ws.dm.muws that return StateType
 StateType StateTransition.getEnteredState()
           
 StateType StateTransition.getPreviousState()
           
 StateType State.getState()
           
 

Methods in org.apache.muse.ws.dm.muws with parameters of type StateType
 void State.setState(StateType state)
           
 

Uses of StateType in org.apache.muse.ws.dm.muws.impl
 

Classes in org.apache.muse.ws.dm.muws.impl that implement StateType
 class SimpleStateType
          SimpleStateType represents state values for the State capability.
 

Methods in org.apache.muse.ws.dm.muws.impl that return StateType
 StateType SimpleStateTransition.getEnteredState()
           
 StateType SimpleStateTransition.getPreviousState()
           
 StateType SimpleState.getState()
           
 

Methods in org.apache.muse.ws.dm.muws.impl with parameters of type StateType
 void SimpleState.setState(StateType state)
           
 

Constructors in org.apache.muse.ws.dm.muws.impl with parameters of type StateType
SimpleStateTransition(StateType previous, StateType entered)
           
 



Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.