All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.workflow.api.ControlConnectorInstancePackage.Type

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

public final class Type
extends Object
implements Serializable
Version:
3.2.0.2

Variable Index

 o _CONDITION
 o _OTHERWISE
 o _UNDEFINED
 o CONDITION
 o OTHERWISE
 o UNDEFINED

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 _UNDEFINED
 public static final int _UNDEFINED
 o _CONDITION
 public static final int _CONDITION
 o _OTHERWISE
 public static final int _OTHERWISE
 o UNDEFINED
 public static final Type UNDEFINED
 o CONDITION
 public static final Type CONDITION
 o OTHERWISE
 public static final Type OTHERWISE

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