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

java.lang.Object
  extended by org.enhydra.shark.api.client.wfmodel.process_mgr_stateType
All Implemented Interfaces:
java.io.Serializable

public class process_mgr_stateType
extends java.lang.Object
implements java.io.Serializable

Used to describe sets of states of WfProcessMgr object. A WfProcessMgr can be enabled or disabled.

enabled - Indicates that creation of workflow processes is enabled.

disabled - Indicates that creation of workflow processes is disabled.

See Also:
Serialized Form

Field Summary
static int _disabled
           
static int _enabled
           
static process_mgr_stateType disabled
           
static process_mgr_stateType enabled
           
 
Constructor Summary
protected process_mgr_stateType(int value)
           
 
Method Summary
static process_mgr_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

_enabled

public static final int _enabled
See Also:
Constant Field Values

enabled

public static final process_mgr_stateType enabled

_disabled

public static final int _disabled
See Also:
Constant Field Values

disabled

public static final process_mgr_stateType disabled
Constructor Detail

process_mgr_stateType

protected process_mgr_stateType(int value)
Method Detail

value

public int value()

from_int

public static process_mgr_stateType from_int(int value)