com.ibm.workflow.api.ProgramTemplatePackage
Class Type

java.lang.Object
  |
  +--com.ibm.workflow.api.ProgramTemplatePackage.Type
All Implemented Interfaces:
java.io.Serializable

public final class Type
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int _DLL
           
static int _EXE
           
static int _EXTERNAL
           
static int _NOT_SET
           
static Type DLL
           
static Type EXE
           
static Type EXTERNAL
           
static Type NOT_SET
           
 
Method Summary
static Type 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_SET

public static final int _NOT_SET

_EXE

public static final int _EXE

_DLL

public static final int _DLL

_EXTERNAL

public static final int _EXTERNAL

NOT_SET

public static final Type NOT_SET

EXE

public static final Type EXE

DLL

public static final Type DLL

EXTERNAL

public static final Type EXTERNAL
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 Type 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.