com.ibm.workflow.api.ActivityInstancePackage
Class Type

java.lang.Object
  |
  +--com.ibm.workflow.api.ActivityInstancePackage.Type
All Implemented Interfaces:
java.io.Serializable

public final class Type
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int _BLOCK
           
static int _NOT_SET
           
static int _PROCESS
           
static int _PROGRAM
           
static Type BLOCK
           
static Type NOT_SET
           
static Type PROCESS
           
static Type PROGRAM
           
 
Method Summary
static Type from_int(int $value)
          Returns the solitaire representing the given (zero-based) numeric value.
 int value()
          Returns the numeric value of the enumeration object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_NOT_SET

public static final int _NOT_SET

_PROCESS

public static final int _PROCESS

_PROGRAM

public static final int _PROGRAM

_BLOCK

public static final int _BLOCK

NOT_SET

public static final Type NOT_SET

PROCESS

public static final Type PROCESS

PROGRAM

public static final Type PROGRAM

BLOCK

public static final Type BLOCK
Method Detail

value

public int value()
Returns the numeric value of the enumeration object.
Returns:
the numeric value of the enumeration object.

from_int

public static Type from_int(int $value)
Returns the solitaire representing the given (zero-based) numeric value.
Parameters:
$value - the numeric value to represent.


© Copyright IBM Corporation 1999, 2008. All Rights Reserved.