Class 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 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:
      • 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:
    • Constructor Detail

      • ObjectNodeOrderingKindEnum

        private ObjectNodeOrderingKindEnum​(int value,
                                           java.lang.String name,
                                           java.lang.String literal)
        Only this class can construct instances.
        Generated:
    • Method Detail

      • initTypeName

        private static java.util.List<java.lang.String> initTypeName()
        Generated:
      • refTypeName

        public java.util.List refTypeName()
        Specified by:
        refTypeName in interface javax.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: