All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.ProgramDataPackage.Basis
java.lang.Object
|
+----com.ibm.workflow.api.ProgramDataPackage.Basis
- public final class Basis
- extends Object
- implements Serializable
- Version:
- 3.2.0.2
-
_AIX
-
-
_HP_UX
-
-
_NOT_SPECIFIED
-
-
_OS2
-
-
_OS390
-
-
_SOLARIS
-
-
_WINDOWS_95
-
-
_WINDOWS_NT
-
-
AIX
-
-
HP_UX
-
-
NOT_SPECIFIED
-
-
OS2
-
-
OS390
-
-
SOLARIS
-
-
WINDOWS_95
-
-
WINDOWS_NT
-
-
from_int(int)
- Returns the solitaire representing the given (zero-based) numeric value.
-
value()
- Returns the numeric value of the enumeration object.
_NOT_SPECIFIED
public static final int _NOT_SPECIFIED
_OS2
public static final int _OS2
_AIX
public static final int _AIX
_HP_UX
public static final int _HP_UX
_WINDOWS_95
public static final int _WINDOWS_95
_WINDOWS_NT
public static final int _WINDOWS_NT
_OS390
public static final int _OS390
_SOLARIS
public static final int _SOLARIS
NOT_SPECIFIED
public static final Basis NOT_SPECIFIED
OS2
public static final Basis OS2
AIX
public static final Basis AIX
HP_UX
public static final Basis HP_UX
WINDOWS_95
public static final Basis WINDOWS_95
WINDOWS_NT
public static final Basis WINDOWS_NT
OS390
public static final Basis OS390
SOLARIS
public static final Basis SOLARIS
value
public int value()
- Returns the numeric value of the enumeration object.
- Returns:
- the numeric value of the enumeration object.
from_int
public static Basis 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