org.omg.WorkflowModel
Class workflow_stateType

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

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

org/omg/WorkflowModel/workflow_stateType.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from WorkflowModel.idl Friday, May 18, 2007 2:02:05 PM CEST

See Also:
Serialized Form

Field Summary
static int _closed
           
static int _open
           
static workflow_stateType closed
           
static workflow_stateType open
           
 
Constructor Summary
protected workflow_stateType(int value)
           
 
Method Summary
static workflow_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

_open

public static final int _open
See Also:
Constant Field Values

open

public static final workflow_stateType open

_closed

public static final int _closed
See Also:
Constant Field Values

closed

public static final workflow_stateType closed
Constructor Detail

workflow_stateType

protected workflow_stateType(int value)
Method Detail

value

public int value()

from_int

public static workflow_stateType from_int(int value)