All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.workflow.api.ServicePackage.SessionMode

java.lang.Object
   |
   +----com.ibm.workflow.api.ServicePackage.SessionMode

public final class SessionMode
extends Object
implements Serializable
Version:
3.2.0.2

Variable Index

 o _DEFAULT
 o _PRESENT
 o _PRESENT_HERE
 o DEFAULT
 o PRESENT
 o PRESENT_HERE

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 _DEFAULT
 public static final int _DEFAULT
 o _PRESENT
 public static final int _PRESENT
 o _PRESENT_HERE
 public static final int _PRESENT_HERE
 o DEFAULT
 public static final SessionMode DEFAULT
 o PRESENT
 public static final SessionMode PRESENT
 o PRESENT_HERE
 public static final SessionMode PRESENT_HERE

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 SessionMode 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