All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.ProgramDataPackage.Type
java.lang.Object
|
+----com.ibm.workflow.api.ProgramDataPackage.Type
- public final class Type
- extends Object
- implements Serializable
- Version:
- 3.2.0.2
-
_DLL
-
-
_EXE
-
-
_EXTERNAL
-
-
_NOT_SET
-
-
DLL
-
-
EXE
-
-
EXTERNAL
-
-
NOT_SET
-
-
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
_EXE
public static final int _EXE
_DLL
public static final int _DLL
_EXTERNAL
public static final int _EXTERNAL
NOT_SET
public static final Type NOT_SET
EXE
public static final Type EXE
DLL
public static final Type DLL
EXTERNAL
public static final Type EXTERNAL
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