com.ibm.workflow.api.ServicePackage
Class SessionMode

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

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

See Also:
Serialized Form

Field Summary
static int _DEFAULT
           
static int _PRESENT
           
static int _PRESENT_HERE
           
static SessionMode DEFAULT
           
static SessionMode PRESENT
           
static SessionMode PRESENT_HERE
           
 
Method Summary
static SessionMode 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

_DEFAULT

public static final int _DEFAULT

_PRESENT

public static final int _PRESENT

_PRESENT_HERE

public static final int _PRESENT_HERE

DEFAULT

public static final SessionMode DEFAULT

PRESENT

public static final SessionMode PRESENT

PRESENT_HERE

public static final SessionMode PRESENT_HERE
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 SessionMode 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, 2007. All Rights Reserved.