com.ibm.wsspi.sca.metadata.bpc.model
Class ProcessMode
- java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wsspi.sca.metadata.bpc.model.ProcessMode
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator
- public final class ProcessMode
- extends org.eclipse.emf.common.util.AbstractEnumerator
See Also:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcessMode()
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
LONG_RUNNING
The 'Long Running' literal value
|
|
LONG_RUNNING_LITERAL
The 'Long Running' literal object
|
|
MICROFLOW
The 'Microflow' literal value
|
|
MICROFLOW_LITERAL
The 'Microflow' literal object
|
|
VALUES
A public read-only list of all the 'Process Mode' enumerators
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
get(int value)
Returns the 'Process Mode' literal with the specified integer value
|
|
get(java.lang.String literal)
Returns the 'Process Mode' literal with the specified literal value
|
|
getByName(java.lang.String name)
Returns the 'Process Mode' literal with the specified name
|
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
MICROFLOW
- public static final int MICROFLOW
See Also:
LONG_RUNNING
- public static final int LONG_RUNNING
The 'Long Running' literal value.
If the meaning of 'Long Running' literal object isn't clear, there really should be more of a description here...
See Also:
MICROFLOW_LITERAL
- public static final ProcessMode MICROFLOW_LITERAL
The 'Microflow' literal object.
See Also:
LONG_RUNNING_LITERAL
- public static final ProcessMode LONG_RUNNING_LITERAL
The 'Long Running' literal object.
See Also:
VALUES
- public static final java.util.List VALUES
A public read-only list of all the 'Process Mode' enumerators.
Method Detail
get
- public static ProcessMode get(java.lang.String literal)
Returns the 'Process Mode' literal with the specified literal value.
getByName
- public static ProcessMode getByName( java.lang.String name)
Returns the 'Process Mode' literal with the specified name.
get
- public static ProcessMode get(int value)
Returns the 'Process Mode' literal with the specified integer value.
If the meaning of 'Microflow' literal object isn't clear, there really should be more of a description here...