com.soyatec.bpmn
Class MIOrdering

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.soyatec.bpmn.MIOrdering
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class MIOrdering
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'MI Ordering', and utility methods for working with them.

See Also:
BPMNPackage.getMIOrdering()

Field Summary
static int PARALLEL
          The 'Parallel' literal value
static MIOrdering PARALLEL_LITERAL
          The 'Parallel' literal object
static int SEQUENTIAL
          The 'Sequential' literal value
static MIOrdering SEQUENTIAL_LITERAL
          The 'Sequential' literal object
static java.util.List VALUES
          A public read-only list of all the 'MI Ordering' enumerators
 
Method Summary
static MIOrdering get(int value)
          Returns the 'MI Ordering' literal with the specified integer value
static MIOrdering get(java.lang.String literal)
          Returns the 'MI Ordering' literal with the specified literal value
static MIOrdering getByName(java.lang.String name)
          Returns the 'MI Ordering' 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SEQUENTIAL

public static final int SEQUENTIAL
The 'Sequential' literal value.

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

See Also:
SEQUENTIAL_LITERAL, Constant Field Values

PARALLEL

public static final int PARALLEL
The 'Parallel' literal value.

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

See Also:
PARALLEL_LITERAL, Constant Field Values

SEQUENTIAL_LITERAL

public static final MIOrdering SEQUENTIAL_LITERAL
The 'Sequential' literal object.

See Also:
SEQUENTIAL

PARALLEL_LITERAL

public static final MIOrdering PARALLEL_LITERAL
The 'Parallel' literal object.

See Also:
PARALLEL

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'MI Ordering' enumerators.

Method Detail

get

public static MIOrdering get(java.lang.String literal)
Returns the 'MI Ordering' literal with the specified literal value.


getByName

public static MIOrdering getByName(java.lang.String name)
Returns the 'MI Ordering' literal with the specified name.


get

public static MIOrdering get(int value)
Returns the 'MI Ordering' literal with the specified integer value.