|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.soyatec.bpmn.MIOrdering
public final class MIOrdering
A representation of the literals of the enumeration 'MI Ordering', and utility methods for working with them.
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 |
---|
public static final int SEQUENTIAL
If the meaning of 'Sequential' literal object isn't clear, there really should be more of a description here...
SEQUENTIAL_LITERAL
,
Constant Field Valuespublic static final int PARALLEL
If the meaning of 'Parallel' literal object isn't clear, there really should be more of a description here...
PARALLEL_LITERAL
,
Constant Field Valuespublic static final MIOrdering SEQUENTIAL_LITERAL
SEQUENTIAL
public static final MIOrdering PARALLEL_LITERAL
PARALLEL
public static final java.util.List VALUES
Method Detail |
---|
public static MIOrdering get(java.lang.String literal)
public static MIOrdering getByName(java.lang.String name)
public static MIOrdering get(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |