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
-
_DEFAULT
-
-
_PRESENT
-
-
_PRESENT_HERE
-
-
DEFAULT
-
-
PRESENT
-
-
PRESENT_HERE
-
-
from_int(int)
- Returns the solitaire representing the given (zero-based) numeric value.
-
value()
- Returns the numeric value of the enumeration object.
_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
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.
- Returns:
- the solitaire representing the numeric value.
All Packages Class Hierarchy This Package Previous Next Index