Class ObjectNodeOrderingKind

  • All Implemented Interfaces:
    Serializable, org.eclipse.emf.common.util.Enumerator

    public final class ObjectNodeOrderingKind
    extends org.eclipse.emf.common.util.AbstractEnumerator
    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 within a node.
    See Also:
    UMLPackage.getObjectNodeOrderingKind(), Serialized Form
    • Method Detail

      • get

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

        public static ObjectNodeOrderingKind getByName​(String name)
        Returns the 'Object Node Ordering Kind' literal with the specified name.
      • get

        public static ObjectNodeOrderingKind get​(int value)
        Returns the 'Object Node Ordering Kind' literal with the specified integer value.