org.enhydra.shark.api.client.wfmodel
Class why_not_runningType

java.lang.Object
  extended byorg.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

Field Summary
static int _not_started
           
static int _suspended
           
static why_not_runningType not_started
           
static why_not_runningType suspended
           
 
Constructor Summary
protected why_not_runningType(int value)
           
 
Method Summary
static why_not_runningType from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

why_not_runningType

protected why_not_runningType(int value)
Method Detail

value

public int value()

from_int

public static why_not_runningType from_int(int value)