org.omg.WorkflowModel
Class process_mgr_stateType

java.lang.Object
  extended by org.omg.WorkflowModel.process_mgr_stateType
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public class process_mgr_stateType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

org/omg/WorkflowModel/process_mgr_stateType.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from WorkflowModel.idl Tuesday, November 25, 2008 9:22:29 AM CET

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)