com.ibm.workflow.api.WorkItemPackage
Class ProgramRetrieval
java.lang.Object
|
+--com.ibm.workflow.api.WorkItemPackage.ProgramRetrieval
- All Implemented Interfaces:
- java.io.Serializable
- public final class ProgramRetrieval
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
static ProgramRetrieval |
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 |
_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.
© Copyright IBM Corporation 1999, 2008. All Rights Reserved.