org.omg.WorkflowModel
Class how_closedType

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

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

org/omg/WorkflowModel/how_closedType.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from WorkflowModel.idl Thursday, September 24, 2009 9:19:00 AM CEST

See Also:
Serialized Form

Field Summary
static int _aborted
           
static int _completed
           
static int _terminated
           
static how_closedType aborted
           
static how_closedType completed
           
static how_closedType terminated
           
 
Constructor Summary
protected how_closedType(int value)
           
 
Method Summary
static how_closedType 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

_completed

public static final int _completed
See Also:
Constant Field Values

completed

public static final how_closedType completed

_terminated

public static final int _terminated
See Also:
Constant Field Values

terminated

public static final how_closedType terminated

_aborted

public static final int _aborted
See Also:
Constant Field Values

aborted

public static final how_closedType aborted
Constructor Detail

how_closedType

protected how_closedType(int value)
Method Detail

value

public int value()

from_int

public static how_closedType from_int(int value)