public final class ProcessMode
extends org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcessMode()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static int |
LONG_RUNNING
The 'Long Running' literal value
|
static ProcessMode |
LONG_RUNNING_LITERAL
The 'Long Running' literal object
|
static int |
MICROFLOW
The 'Microflow' literal value
|
static ProcessMode |
MICROFLOW_LITERAL
The 'Microflow' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Process Mode' enumerators
|
Modifier and Type | Method and Description |
---|---|
static ProcessMode |
get(int value)
Returns the 'Process Mode' literal with the specified integer value
|
static ProcessMode |
get(java.lang.String literal)
Returns the 'Process Mode' literal with the specified literal value
|
static ProcessMode |
getByName(java.lang.String name)
Returns the 'Process Mode' literal with the specified name
|
public static final java.lang.String COPYRIGHT
public static final int MICROFLOW
If the meaning of 'Microflow' literal object isn't clear, there really should be more of a description here...
MICROFLOW_LITERAL
,
Constant Field Valuespublic static final int LONG_RUNNING
If the meaning of 'Long Running' literal object isn't clear, there really should be more of a description here...
LONG_RUNNING_LITERAL
,
Constant Field Valuespublic static final ProcessMode MICROFLOW_LITERAL
MICROFLOW
public static final ProcessMode LONG_RUNNING_LITERAL
LONG_RUNNING
public static final java.util.List VALUES
public static ProcessMode get(java.lang.String literal)
public static ProcessMode getByName(java.lang.String name)
public static ProcessMode get(int value)