org.enhydra.shark.api.client.wfmodel
Class why_not_runningType
java.lang.Object
org.enhydra.shark.api.client.wfmodel.why_not_runningType
- All Implemented Interfaces:
- java.io.Serializable
public class why_not_runningType
- extends java.lang.Object
- implements java.io.Serializable
Used to describe sets of states of various workflow objects:
not_started - Provides a state after creation where the object is active
and ready to be initialized and started.
suspended - Provides a state to temporarily pause the execution of
the object. When an execution object is suspended, no
execution objects depending on this object may be
started.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_not_started
public static final int _not_started
- See Also:
- Constant Field Values
not_started
public static final why_not_runningType not_started
_suspended
public static final int _suspended
- See Also:
- Constant Field Values
suspended
public static final why_not_runningType suspended
why_not_runningType
protected why_not_runningType(int value)
value
public int value()
from_int
public static why_not_runningType from_int(int value)