All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.PersistentListPackage.TypeOfList
java.lang.Object
|
+----com.ibm.workflow.api.PersistentListPackage.TypeOfList
- public final class TypeOfList
- extends Object
- implements Serializable
- Version:
- 3.2.0.2
-
_NOT_SET
-
-
_PRIVATE
-
-
_PUBLIC
-
-
NOT_SET
-
-
PRIVATE
-
-
PUBLIC
-
-
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
_PUBLIC
public static final int _PUBLIC
_PRIVATE
public static final int _PRIVATE
NOT_SET
public static final TypeOfList NOT_SET
PUBLIC
public static final TypeOfList PUBLIC
PRIVATE
public static final TypeOfList PRIVATE
value
public int value()
- Returns the numeric value of the enumeration object.
- Returns:
- the numeric value of the enumeration object.
from_int
public static TypeOfList 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