org.enhydra.shark.api.client.wfmodel
Class while_openType
java.lang.Object
org.enhydra.shark.api.client.wfmodel.while_openType
- All Implemented Interfaces:
- java.io.Serializable
public class while_openType
- extends java.lang.Object
- implements java.io.Serializable
Used to describe sets of states of various workflow objects:
not_running - Object is active and quiescent, but ready to execute.
running - The object is active and executing in the workflow.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_not_running
public static final int _not_running
- See Also:
- Constant Field Values
not_running
public static final while_openType not_running
_running
public static final int _running
- See Also:
- Constant Field Values
running
public static final while_openType running
while_openType
protected while_openType(int value)
value
public int value()
from_int
public static while_openType from_int(int value)