Class StateRef
- java.lang.Object
-
- org.silverpeas.core.workflow.engine.model.StateRef
-
- All Implemented Interfaces:
Serializable
,StateSetter
public class StateRef extends Object implements Serializable, StateSetter
Class implementing the representation of the <set> and <unset> elements of a Process Model.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StateRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description State
getState()
Get the referred statevoid
setState(State state)
Set the referred state
-
-
-
Method Detail
-
getState
public State getState()
Get the referred state- Specified by:
getState
in interfaceStateSetter
-
setState
public void setState(State state)
Set the referred state- Specified by:
setState
in interfaceStateSetter
- Parameters:
state
- state to refer
-
-