org.omg.WorkflowModel
Class while_openType

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

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

org/omg/WorkflowModel/while_openType.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from WorkflowModel.idl Monday, December 24, 2007 9:20:01 AM CET

See Also:
Serialized Form

Field Summary
static int _not_running
           
static int _running
           
static while_openType not_running
           
static while_openType running
           
 
Constructor Summary
protected while_openType(int value)
           
 
Method Summary
static while_openType 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_running

public static final int _not_running
See Also:
Constant Field Values

not_running

public static final while_openType not_running

_running

public static final int _running
See Also:
Constant Field Values

running

public static final while_openType running
Constructor Detail

while_openType

protected while_openType(int value)
Method Detail

value

public int value()

from_int

public static while_openType from_int(int value)