org.omg.WorkflowModel
Class why_not_runningType

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

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.1" from WorkflowModel.idl Friday, May 18, 2007 2:01:18 PM CEST

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)