|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AdHocOrdering>
com.ibm.xtools.bpmn2.AdHocOrdering
public enum AdHocOrdering
A representation of the literals of the enumeration 'Ad Hoc Ordering', and utility methods for working with them.
Bpmn2Package.getAdHocOrdering()
Enum Constant Summary | |
---|---|
PARALLEL
The 'Parallel' literal object. |
|
SEQUENTIAL
The 'Sequential' literal object. |
Field Summary | |
---|---|
static int |
PARALLEL_VALUE
The 'Parallel' literal value. |
static int |
SEQUENTIAL_VALUE
The 'Sequential' literal value. |
static java.util.List<AdHocOrdering> |
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. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static AdHocOrdering |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AdHocOrdering[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AdHocOrdering PARALLEL
PARALLEL_VALUE
public static final AdHocOrdering SEQUENTIAL
SEQUENTIAL_VALUE
Field Detail |
---|
public static final int PARALLEL_VALUE
If the meaning of 'Parallel' literal object isn't clear, there really should be more of a description here...
PARALLEL
,
Constant Field Valuespublic static final int SEQUENTIAL_VALUE
If the meaning of 'Sequential' literal object isn't clear, there really should be more of a description here...
SEQUENTIAL
,
Constant Field Valuespublic static final java.util.List<AdHocOrdering> VALUES
Method Detail |
---|
public static AdHocOrdering[] values()
for (AdHocOrdering c : AdHocOrdering.values()) System.out.println(c);
public static AdHocOrdering valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static AdHocOrdering get(java.lang.String literal)
public static AdHocOrdering getByName(java.lang.String name)
public static AdHocOrdering get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<AdHocOrdering>
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |