com.ibm.workflow.api.ProgramTemplatePackage
Class Basis
java.lang.Object
|
+--com.ibm.workflow.api.ProgramTemplatePackage.Basis
- All Implemented Interfaces:
- java.io.Serializable
- public final class Basis
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
static Basis |
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 |
_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.
© Copyright IBM Corporation 1999, 2007. All Rights Reserved.