Class ObjectNodeOrderingKindEnum
java.lang.Object
org.eclipse.emf.common.util.AbstractEnumerator
com.nomagic.uml2.ext.magicdraw.activities.mdcompleteactivities.ObjectNodeOrderingKindEnum
- All Implemented Interfaces:
ObjectNodeOrderingKind
,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
Modifier and TypeFieldDescriptionstatic final ObjectNodeOrderingKind
The 'FIFO' literal object.static final int
The 'FIFO' literal value.static final ObjectNodeOrderingKind
The 'LIFO' literal object.static final int
The 'LIFO' literal value.static final ObjectNodeOrderingKind
The 'Ordered' literal object.static final int
The 'Ordered' literal value.static final ObjectNodeOrderingKind
The 'Unordered' literal object.static final int
The 'Unordered' literal value.static final List
A public read-only list of all the 'Object Node Ordering Kind' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectNodeOrderingKindEnum
get
(int value) Returns the 'Object Node Ordering Kind' literal with the specified integer value.static ObjectNodeOrderingKindEnum
Returns the 'Object Node Ordering Kind' literal with the specified literal value.static ObjectNodeOrderingKindEnum
Returns the 'Object Node Ordering Kind' literal with the specified name.Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javax.jmi.reflect.RefEnum
equals, hashCode, toString
-
Field Details
-
UNORDERED_VALUE
public static final int UNORDERED_VALUEThe 'Unordered' literal value. Indicates that tokens are unordered.- See Also:
- Model:
- name="unordered"
- Generated:
-
ORDERED_VALUE
public static final int ORDERED_VALUEThe 'Ordered' literal value. Indicates that tokens are ordered.- See Also:
- Model:
- name="ordered"
- Generated:
-
LIFO_VALUE
public static final int LIFO_VALUEThe 'LIFO' literal value. Indicates that tokens are queued in a last in, first out manner.- See Also:
- Model:
- Generated:
-
FIFO_VALUE
public static final int FIFO_VALUEThe 'FIFO' literal value. Indicates that tokens are queued in a first in, first out manner.- See Also:
- Model:
- Generated:
-
UNORDERED
The 'Unordered' literal object.- See Also:
- Generated:
-
ORDERED
The 'Ordered' literal object.- See Also:
- Generated:
-
LIFO
The 'LIFO' literal object.- See Also:
- Generated:
-
FIFO
The 'FIFO' literal object.- See Also:
- Generated:
-
VALUES
A public read-only list of all the 'Object Node Ordering Kind' enumerators.- Generated:
-
-
Method Details
-
refTypeName
- Specified by:
refTypeName
in interfacejavax.jmi.reflect.RefEnum
-
get
Returns the 'Object Node Ordering Kind' literal with the specified literal value.- Generated:
-
getByName
Returns the 'Object Node Ordering Kind' literal with the specified name.- Generated:
-
get
Returns the 'Object Node Ordering Kind' literal with the specified integer value.- Generated:
-