com.ibm.workflow.api.ProgramTemplatePackage
Class ExeMode
java.lang.Object
|
+--com.ibm.workflow.api.ProgramTemplatePackage.ExeMode
- All Implemented Interfaces:
- java.io.Serializable
- public final class ExeMode
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
static ExeMode |
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 |
_NOT_SET
public static final int _NOT_SET
_NORMAL
public static final int _NORMAL
_SAFE
public static final int _SAFE
NOT_SET
public static final ExeMode NOT_SET
NORMAL
public static final ExeMode NORMAL
SAFE
public static final ExeMode SAFE
value
public int value()
- Returns the numeric value of the enumeration object.
- Returns:
- the numeric value of the enumeration object.
from_int
public static ExeMode 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, 2007. All Rights Reserved.