All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.ItemPackage.ItemType
java.lang.Object
|
+----com.ibm.workflow.api.ItemPackage.ItemType
- public final class ItemType
- extends Object
- implements Serializable
- Version:
- 3.2.0.2
-
_FIRST_ACTIVITY_INSTANCE_NOTIFICATION
-
-
_PROCESS_INSTANCE_NOTIFICATION
-
-
_SECOND_ACTIVITY_INSTANCE_NOTIFICATION
-
-
_UNKNOWN
-
-
_WORK_ITEM
-
-
FIRST_ACTIVITY_INSTANCE_NOTIFICATION
-
-
PROCESS_INSTANCE_NOTIFICATION
-
-
SECOND_ACTIVITY_INSTANCE_NOTIFICATION
-
-
UNKNOWN
-
-
WORK_ITEM
-
-
from_int(int)
- Returns the solitaire representing the given (zero-based) numeric value.
-
value()
- Returns the numeric value of the enumeration object.
_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.
- Returns:
- the solitaire representing the numeric value.
All Packages Class Hierarchy This Package Previous Next Index