Class ObjectNodeOrderingKindEnum
- java.lang.Object
-
- org.eclipse.emf.common.util.AbstractEnumerator
-
- com.nomagic.uml2.ext.magicdraw.activities.mdcompleteactivities.ObjectNodeOrderingKindEnum
-
- All Implemented Interfaces:
ObjectNodeOrderingKind,java.io.Serializable,javax.jmi.reflect.RefEnum,org.eclipse.emf.common.util.Enumerator
public final class ObjectNodeOrderingKindEnum extends org.eclipse.emf.common.util.AbstractEnumerator implements ObjectNodeOrderingKind
A representation of the literals of the enumeration 'Object Node Ordering Kind', and utility methods for working with them. ObjectNodeOrderingKind is an enumeration indicating queuing order for offering the tokens held by an ObjectNode.- See Also:
com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getObjectNodeOrderingKindEnum(), Serialized Form- Model:
- annotation="MOF package='activities.mdcompleteactivities'"
- Generated:
-
-
Field Summary
Fields Modifier and Type Field Description static ObjectNodeOrderingKindFIFOThe 'FIFO' literal object.static intFIFO_VALUEThe 'FIFO' literal value.static ObjectNodeOrderingKindLIFOThe 'LIFO' literal object.static intLIFO_VALUEThe 'LIFO' literal value.static ObjectNodeOrderingKindORDEREDThe 'Ordered' literal object.static intORDERED_VALUEThe 'Ordered' literal value.private static java.util.List<java.lang.String>typeNamestatic ObjectNodeOrderingKindUNORDEREDThe 'Unordered' literal object.static intUNORDERED_VALUEThe 'Unordered' literal value.static java.util.ListVALUESA public read-only list of all the 'Object Node Ordering Kind' enumerators.private static ObjectNodeOrderingKindEnum[]VALUES_ARRAYAn array of all the 'Object Node Ordering Kind' enumerators.
-
Constructor Summary
Constructors Modifier Constructor Description privateObjectNodeOrderingKindEnum(int value, java.lang.String name, java.lang.String literal)Only this class can construct instances.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObjectNodeOrderingKindEnumget(int value)Returns the 'Object Node Ordering Kind' literal with the specified integer value.static ObjectNodeOrderingKindEnumget(java.lang.String literal)Returns the 'Object Node Ordering Kind' literal with the specified literal value.static ObjectNodeOrderingKindEnumgetByName(java.lang.String name)Returns the 'Object Node Ordering Kind' literal with the specified name.private static java.util.List<java.lang.String>initTypeName()java.util.ListrefTypeName()-
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
-
-
-
-
Field Detail
-
UNORDERED_VALUE
public static final int UNORDERED_VALUE
The 'Unordered' literal value. Indicates that tokens are unordered.- See Also:
UNORDERED, Constant Field Values- Model:
- name="unordered"
- Generated:
-
ORDERED_VALUE
public static final int ORDERED_VALUE
The 'Ordered' literal value. Indicates that tokens are ordered.- See Also:
ORDERED, Constant Field Values- Model:
- name="ordered"
- Generated:
-
LIFO_VALUE
public static final int LIFO_VALUE
The 'LIFO' literal value. Indicates that tokens are queued in a last in, first out manner.- See Also:
LIFO, Constant Field Values- Model:
- Generated:
-
FIFO_VALUE
public static final int FIFO_VALUE
The 'FIFO' literal value. Indicates that tokens are queued in a first in, first out manner.- See Also:
FIFO, Constant Field Values- Model:
- Generated:
-
UNORDERED
public static final ObjectNodeOrderingKind UNORDERED
The 'Unordered' literal object.- See Also:
UNORDERED_VALUE- Generated:
-
ORDERED
public static final ObjectNodeOrderingKind ORDERED
The 'Ordered' literal object.- See Also:
ORDERED_VALUE- Generated:
-
LIFO
public static final ObjectNodeOrderingKind LIFO
The 'LIFO' literal object.- See Also:
LIFO_VALUE- Generated:
-
FIFO
public static final ObjectNodeOrderingKind FIFO
The 'FIFO' literal object.- See Also:
FIFO_VALUE- Generated:
-
typeName
private static final java.util.List<java.lang.String> typeName
- Generated:
-
VALUES_ARRAY
private static final ObjectNodeOrderingKindEnum[] VALUES_ARRAY
An array of all the 'Object Node Ordering Kind' enumerators.- Generated:
-
VALUES
public static final java.util.List VALUES
A public read-only list of all the 'Object Node Ordering Kind' enumerators.- Generated:
-
-
Method Detail
-
initTypeName
private static java.util.List<java.lang.String> initTypeName()
- Generated:
-
refTypeName
public java.util.List refTypeName()
- Specified by:
refTypeNamein interfacejavax.jmi.reflect.RefEnum
-
get
public static ObjectNodeOrderingKindEnum get(java.lang.String literal)
Returns the 'Object Node Ordering Kind' literal with the specified literal value.- Generated:
-
getByName
public static ObjectNodeOrderingKindEnum getByName(java.lang.String name)
Returns the 'Object Node Ordering Kind' literal with the specified name.- Generated:
-
get
public static ObjectNodeOrderingKindEnum get(int value)
Returns the 'Object Node Ordering Kind' literal with the specified integer value.- Generated:
-
-