All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.workflow.api.ProgramDataPackage.Type

java.lang.Object
   |
   +----com.ibm.workflow.api.ProgramDataPackage.Type

public final class Type
extends Object
implements Serializable
Version:
3.2.0.2

Variable Index

 o _DLL
 o _EXE
 o _EXTERNAL
 o _NOT_SET
 o DLL
 o EXE
 o EXTERNAL
 o NOT_SET

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_SET
 public static final int _NOT_SET
 o _EXE
 public static final int _EXE
 o _DLL
 public static final int _DLL
 o _EXTERNAL
 public static final int _EXTERNAL
 o NOT_SET
 public static final Type NOT_SET
 o EXE
 public static final Type EXE
 o DLL
 public static final Type DLL
 o EXTERNAL
 public static final Type EXTERNAL

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