com.ibm.workflow.api.ItemPackage
Class ItemType
java.lang.Object
|
+--com.ibm.workflow.api.ItemPackage.ItemType
- All Implemented Interfaces:
- java.io.Serializable
- public final class ItemType
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
static ItemType |
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 |
_UNKNOWN
public static final int _UNKNOWN
_WORK_ITEM
public static final int _WORK_ITEM
_PROCESS_INSTANCE_NOTIFICATION
public static final int _PROCESS_INSTANCE_NOTIFICATION
_FIRST_ACTIVITY_INSTANCE_NOTIFICATION
public static final int _FIRST_ACTIVITY_INSTANCE_NOTIFICATION
_SECOND_ACTIVITY_INSTANCE_NOTIFICATION
public static final int _SECOND_ACTIVITY_INSTANCE_NOTIFICATION
UNKNOWN
public static final ItemType UNKNOWN
WORK_ITEM
public static final ItemType WORK_ITEM
PROCESS_INSTANCE_NOTIFICATION
public static final ItemType PROCESS_INSTANCE_NOTIFICATION
FIRST_ACTIVITY_INSTANCE_NOTIFICATION
public static final ItemType FIRST_ACTIVITY_INSTANCE_NOTIFICATION
SECOND_ACTIVITY_INSTANCE_NOTIFICATION
public static final ItemType SECOND_ACTIVITY_INSTANCE_NOTIFICATION
value
public int value()
- Returns the numeric value of the enumeration object.
- Returns:
- the numeric value of the enumeration object.
from_int
public static ItemType 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, 2007. All Rights Reserved.