|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |