All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.workflow.api.WorkItemPackage.ProgramRetrieval

java.lang.Object
   |
   +----com.ibm.workflow.api.WorkItemPackage.ProgramRetrieval

public final class ProgramRetrieval
extends Object
implements Serializable
Version:
3.2.0.2

Variable Index

 o _ALL_DEFINITIONS
 o _COMMON_DATA_ONLY
 o _NOT_SET
 o _SPECIFIED_DEFINITIONS
 o ALL_DEFINITIONS
 o COMMON_DATA_ONLY
 o NOT_SET
 o SPECIFIED_DEFINITIONS

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 _COMMON_DATA_ONLY
 public static final int _COMMON_DATA_ONLY
 o _SPECIFIED_DEFINITIONS
 public static final int _SPECIFIED_DEFINITIONS
 o _ALL_DEFINITIONS
 public static final int _ALL_DEFINITIONS
 o NOT_SET
 public static final ProgramRetrieval NOT_SET
 o COMMON_DATA_ONLY
 public static final ProgramRetrieval COMMON_DATA_ONLY
 o SPECIFIED_DEFINITIONS
 public static final ProgramRetrieval SPECIFIED_DEFINITIONS
 o ALL_DEFINITIONS
 public static final ProgramRetrieval ALL_DEFINITIONS

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 ProgramRetrieval 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