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 Details

    • UNORDERED_VALUE

      public static final int UNORDERED_VALUE
      The 'Unordered' literal value. Indicates that tokens are unordered.
      See Also:
      Model:
      name="unordered"
      Generated:
    • ORDERED_VALUE

      public static final int ORDERED_VALUE
      The 'Ordered' literal value. Indicates that tokens are ordered.
      See Also:
      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:
      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:
      Model:
      Generated:
    • UNORDERED

      public static final ObjectNodeOrderingKind UNORDERED
      The 'Unordered' literal object.
      See Also:
      Generated:
    • ORDERED

      public static final ObjectNodeOrderingKind ORDERED
      The 'Ordered' literal object.
      See Also:
      Generated:
    • LIFO

      public static final ObjectNodeOrderingKind LIFO
      The 'LIFO' literal object.
      See Also:
      Generated:
    • FIFO

      public static final ObjectNodeOrderingKind FIFO
      The 'FIFO' literal object.
      See Also:
      Generated:
    • VALUES

      public static final List VALUES
      A public read-only list of all the 'Object Node Ordering Kind' enumerators.
      Generated:
  • Method Details

    • refTypeName

      public List refTypeName()
      Specified by:
      refTypeName in interface javax.jmi.reflect.RefEnum
    • get

      public static ObjectNodeOrderingKindEnum get(String literal)
      Returns the 'Object Node Ordering Kind' literal with the specified literal value.
      Generated:
    • getByName

      public static ObjectNodeOrderingKindEnum getByName(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: