org.omg.WorkflowModel
Class why_not_runningType

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

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

org/omg/WorkflowModel/why_not_runningType.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 _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)