All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.workflow.api.ActivityInstancePackage.Type

java.lang.Object
   |
   +----com.ibm.workflow.api.ActivityInstancePackage.Type

public final class Type
extends Object
implements Serializable
Version:
3.2.0.2

Variable Index

 o _BLOCK
 o _NOT_SET
 o _PROCESS
 o _PROGRAM
 o BLOCK
 o NOT_SET
 o PROCESS
 o PROGRAM

Method Index

 o from_int(int)
Returns the solitaire representing the given (zero-based) numeric value.
 o value()
Returns the numeric value of the enumeration object.

Variables

 o _NOT_SET
 public static final int _NOT_SET
 o _PROCESS
 public static final int _PROCESS
 o _PROGRAM
 public static final int _PROGRAM
 o _BLOCK
 public static final int _BLOCK
 o NOT_SET
 public static final Type NOT_SET
 o PROCESS
 public static final Type PROCESS
 o PROGRAM
 public static final Type PROGRAM
 o BLOCK
 public static final Type BLOCK

Methods

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

Returns:
the numeric value of the enumeration object.
 o 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.
Returns:
the solitaire representing the numeric value.

All Packages  Class Hierarchy  This Package  Previous  Next  Index