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
-
_ALL_DEFINITIONS
-
-
_COMMON_DATA_ONLY
-
-
_NOT_SET
-
-
_SPECIFIED_DEFINITIONS
-
-
ALL_DEFINITIONS
-
-
COMMON_DATA_ONLY
-
-
NOT_SET
-
-
SPECIFIED_DEFINITIONS
-
-
from_int(int)
- Returns the solitaire representing the given (zero-based) numeric value.
-
value()
- Returns the numeric value of the enumeration object.
_NOT_SET
public static final int _NOT_SET
_COMMON_DATA_ONLY
public static final int _COMMON_DATA_ONLY
_SPECIFIED_DEFINITIONS
public static final int _SPECIFIED_DEFINITIONS
_ALL_DEFINITIONS
public static final int _ALL_DEFINITIONS
NOT_SET
public static final ProgramRetrieval NOT_SET
COMMON_DATA_ONLY
public static final ProgramRetrieval COMMON_DATA_ONLY
SPECIFIED_DEFINITIONS
public static final ProgramRetrieval SPECIFIED_DEFINITIONS
ALL_DEFINITIONS
public static final ProgramRetrieval ALL_DEFINITIONS
value
public int value()
- Returns the numeric value of the enumeration object.
- Returns:
- the numeric value of the enumeration object.
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