All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.ItemPackage.AssignReason
java.lang.Object
|
+----com.ibm.workflow.api.ItemPackage.AssignReason
- public final class AssignReason
- extends Object
- implements Serializable
- Version:
- 3.2.0.2
-
_BY_TRANSFER
-
-
_NORMAL
-
-
_NOT_SPECIFIED
-
-
_PROCESS_ADMINISTRATOR
-
-
_SUBSTITUTE
-
-
_SYSTEM_ADMINISTRATOR
-
-
BY_TRANSFER
-
-
NORMAL
-
-
NOT_SPECIFIED
-
-
PROCESS_ADMINISTRATOR
-
-
SUBSTITUTE
-
-
SYSTEM_ADMINISTRATOR
-
-
from_int(int)
- Returns the solitaire representing the given (zero-based) numeric value.
-
value()
- Returns the numeric value of the enumeration object.
_NOT_SPECIFIED
public static final int _NOT_SPECIFIED
_NORMAL
public static final int _NORMAL
_SUBSTITUTE
public static final int _SUBSTITUTE
_PROCESS_ADMINISTRATOR
public static final int _PROCESS_ADMINISTRATOR
_SYSTEM_ADMINISTRATOR
public static final int _SYSTEM_ADMINISTRATOR
_BY_TRANSFER
public static final int _BY_TRANSFER
NOT_SPECIFIED
public static final AssignReason NOT_SPECIFIED
NORMAL
public static final AssignReason NORMAL
SUBSTITUTE
public static final AssignReason SUBSTITUTE
PROCESS_ADMINISTRATOR
public static final AssignReason PROCESS_ADMINISTRATOR
SYSTEM_ADMINISTRATOR
public static final AssignReason SYSTEM_ADMINISTRATOR
BY_TRANSFER
public static final AssignReason BY_TRANSFER
value
public int value()
- Returns the numeric value of the enumeration object.
- Returns:
- the numeric value of the enumeration object.
from_int
public static AssignReason 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