com.ibm.wsspi.sca.metadata.bpc.model

Class ProcessMode

  1. java.lang.Object
  2. extended byorg.eclipse.emf.common.util.AbstractEnumerator
  3. extended bycom.ibm.wsspi.sca.metadata.bpc.model.ProcessMode
All implemented interfaces:
org.eclipse.emf.common.util.Enumerator

  1. public final class ProcessMode
  2. extends org.eclipse.emf.common.util.AbstractEnumerator
A representation of the literals of the enumeration 'Process Mode', and utility methods for working with them.
See Also:
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getProcessMode()

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
LONG_RUNNING
The 'Long Running' literal value
  1. static
  2. ProcessMode
LONG_RUNNING_LITERAL
The 'Long Running' literal object
  1. static
  2. int
MICROFLOW
The 'Microflow' literal value
  1. static
  2. ProcessMode
MICROFLOW_LITERAL
The 'Microflow' literal object
  1. static
  2. java.util.List
VALUES
A public read-only list of all the 'Process Mode' enumerators

Method Summary

Modifier and Type Method and Description
  1. static
  2. ProcessMode
get(int value)
Returns the 'Process Mode' literal with the specified integer value
  1. static
  2. ProcessMode
get(java.lang.String literal)
Returns the 'Process Mode' literal with the specified literal value
  1. static
  2. ProcessMode
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

  1. public static final java.lang.String COPYRIGHT
See Also:

MICROFLOW

  1. public static final int MICROFLOW
The 'Microflow' literal value.

If the meaning of 'Microflow' literal object isn't clear, there really should be more of a description here...

See Also:

LONG_RUNNING

  1. 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

  1. public static final ProcessMode MICROFLOW_LITERAL
The 'Microflow' literal object.
See Also:

LONG_RUNNING_LITERAL

  1. public static final ProcessMode LONG_RUNNING_LITERAL
The 'Long Running' literal object.
See Also:

VALUES

  1. public static final java.util.List VALUES
A public read-only list of all the 'Process Mode' enumerators.

Method Detail

get

  1. public static ProcessMode get(java.lang.String literal)
Returns the 'Process Mode' literal with the specified literal value.

getByName

  1. public static ProcessMode getByName( java.lang.String name)
Returns the 'Process Mode' literal with the specified name.

get

  1. public static ProcessMode get(int value)
Returns the 'Process Mode' literal with the specified integer value.