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

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

Field Summary
static int _closed
           
static int _open
           
static workflow_stateType closed
           
static workflow_stateType open
           
 
Constructor Summary
protected workflow_stateType(int value)
           
 
Method Summary
static workflow_stateType 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

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

workflow_stateType

protected workflow_stateType(int value)
Method Detail

value

public int value()

from_int

public static workflow_stateType from_int(int value)