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

Variable Index

 o _NOT_SET
 o _PRIVATE
 o _PUBLIC
 o NOT_SET
 o PRIVATE
 o PUBLIC

Method Index

 o from_int(int)
Returns the solitaire representing the given (zero-based) numeric value.
 o value()
Returns the numeric value of the enumeration object.

Variables

 o _NOT_SET
 public static final int _NOT_SET
 o _PUBLIC
 public static final int _PUBLIC
 o _PRIVATE
 public static final int _PRIVATE
 o NOT_SET
 public static final TypeOfList NOT_SET
 o PUBLIC
 public static final TypeOfList PUBLIC
 o PRIVATE
 public static final TypeOfList PRIVATE

Methods

 o value
 public int value()
Returns the numeric value of the enumeration object.

Returns:
the numeric value of the enumeration object.
 o 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