com.soyatec.bpmn
Class AdHocOrdering

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

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

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

See Also:
BPMNPackage.getAdHocOrdering()

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

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

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_LITERAL

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

See Also:
PARALLEL

SEQUENTIAL_LITERAL

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

See Also:
SEQUENTIAL

VALUES

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

Method Detail

get

public static AdHocOrdering get(java.lang.String literal)
Returns the 'Ad Hoc Ordering' literal with the specified literal value.


getByName

public static AdHocOrdering getByName(java.lang.String name)
Returns the 'Ad Hoc Ordering' literal with the specified name.


get

public static AdHocOrdering get(int value)
Returns the 'Ad Hoc Ordering' literal with the specified integer value.