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

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

Field Summary
static int _not_running
           
static int _running
           
static while_openType not_running
           
static while_openType running
           
 
Constructor Summary
protected while_openType(int value)
           
 
Method Summary
static while_openType 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_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
Constructor Detail

while_openType

protected while_openType(int value)
Method Detail

value

public int value()

from_int

public static while_openType from_int(int value)