com.ibm.workflow.api.PersistentListPackage
Class TypeOfList

java.lang.Object
  |
  +--com.ibm.workflow.api.PersistentListPackage.TypeOfList
All Implemented Interfaces:
java.io.Serializable

public final class TypeOfList
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int _NOT_SET
           
static int _PRIVATE
           
static int _PUBLIC
           
static TypeOfList NOT_SET
           
static TypeOfList PRIVATE
           
static TypeOfList PUBLIC
           
 
Method Summary
static TypeOfList from_int(int $value)
          Returns the solitaire representing the given (zero-based) numeric value.
 int value()
          Returns the numeric value of the enumeration object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Method Detail

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.


© Copyright IBM Corporation 1999, 2008. All Rights Reserved.