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

Field Summary
static int _AIX
           
static int _HP_UX
           
static int _NOT_SPECIFIED
           
static int _OS2
           
static int _OS390
           
static int _SOLARIS
           
static int _WINDOWS_95
           
static int _WINDOWS_NT
           
static Basis AIX
           
static Basis HP_UX
           
static Basis NOT_SPECIFIED
           
static Basis OS2
           
static Basis OS390
           
static Basis SOLARIS
           
static Basis WINDOWS_95
           
static Basis WINDOWS_NT
           
 
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
 

Field Detail

_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
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 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, 2008. All Rights Reserved.