All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.ActivityInstancePackage.Type
java.lang.Object
|
+----com.ibm.workflow.api.ActivityInstancePackage.Type
- public final class Type
- extends Object
- implements Serializable
- Version:
- 3.2.0.2
-
_BLOCK
-
-
_NOT_SET
-
-
_PROCESS
-
-
_PROGRAM
-
-
BLOCK
-
-
NOT_SET
-
-
PROCESS
-
-
PROGRAM
-
-
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
_PROCESS
public static final int _PROCESS
_PROGRAM
public static final int _PROGRAM
_BLOCK
public static final int _BLOCK
NOT_SET
public static final Type NOT_SET
PROCESS
public static final Type PROCESS
PROGRAM
public static final Type PROGRAM
BLOCK
public static final Type BLOCK
value
public int value()
- Returns the numeric value of the enumeration object.
- Returns:
- the numeric value of the enumeration object.
from_int
public static Type 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