org.enhydra.shark.api.client.wfmodel
Class workflow_stateType
java.lang.Object
org.enhydra.shark.api.client.wfmodel.workflow_stateType
- All Implemented Interfaces:
- java.io.Serializable
- public class workflow_stateType
- extends java.lang.Object
- implements java.io.Serializable
Used to describe sets of states of various workflow objects.
An execution object is either in state ?open? (i.e., it is active)
or in state ?closed? ( i.e., it has finished execution).
open - To reflect that the object is active and not finished.
closed - Reflects that the object is finished and inactive.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_open
public static final int _open
- See Also:
- Constant Field Values
open
public static final workflow_stateType open
_closed
public static final int _closed
- See Also:
- Constant Field Values
closed
public static final workflow_stateType closed
workflow_stateType
protected workflow_stateType(int value)
value
public int value()
from_int
public static workflow_stateType from_int(int value)