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

Variable Index

 o _AIX
 o _HP_UX
 o _NOT_SPECIFIED
 o _OS2
 o _OS390
 o _SOLARIS
 o _WINDOWS_95
 o _WINDOWS_NT
 o AIX
 o HP_UX
 o NOT_SPECIFIED
 o OS2
 o OS390
 o SOLARIS
 o WINDOWS_95
 o WINDOWS_NT

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

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