org.eclipse.uml2.uml
Class ObjectNodeOrderingKind

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.uml2.uml.ObjectNodeOrderingKind
All Implemented Interfaces:
Enumerator

public final class ObjectNodeOrderingKind
extends 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()

Field Summary
static int FIFO
          The 'FIFO' literal value
static ObjectNodeOrderingKind FIFO_LITERAL
          The 'FIFO' literal object
static int LIFO
          The 'LIFO' literal value
static ObjectNodeOrderingKind LIFO_LITERAL
          The 'LIFO' literal object
static int ORDERED
          The 'Ordered' literal value
static ObjectNodeOrderingKind ORDERED_LITERAL
          The 'Ordered' literal object
static int UNORDERED
          The 'Unordered' literal value
static ObjectNodeOrderingKind UNORDERED_LITERAL
          The 'Unordered' literal object
static List VALUES
          A public read-only list of all the 'Object Node Ordering Kind' enumerators
 
Method Summary
static ObjectNodeOrderingKind get(int value)
          Returns the 'Object Node Ordering Kind' literal with the specified integer value
static ObjectNodeOrderingKind get(String literal)
          Returns the 'Object Node Ordering Kind' literal with the specified literal value
static ObjectNodeOrderingKind getByName(String name)
          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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNORDERED

public static final int UNORDERED
The 'Unordered' literal value. Indicates that object node tokens are unordered.

See Also:
ObjectNodeOrderingKind.UNORDERED_LITERAL, Constant Field Values

ORDERED

public static final int ORDERED
The 'Ordered' literal value. Indicates that object node tokens are ordered.

See Also:
ObjectNodeOrderingKind.ORDERED_LITERAL, Constant Field Values

LIFO

public static final int LIFO
The 'LIFO' literal value. Indicates that object node tokens are queued in a last in, first out manner.

See Also:
ObjectNodeOrderingKind.LIFO_LITERAL, Constant Field Values

FIFO

public static final int FIFO
The 'FIFO' literal value. Indicates that object node tokens are queued in a first in, first out manner.

See Also:
ObjectNodeOrderingKind.FIFO_LITERAL, Constant Field Values

UNORDERED_LITERAL

public static final ObjectNodeOrderingKind UNORDERED_LITERAL
The 'Unordered' literal object.

See Also:
ObjectNodeOrderingKind.UNORDERED

ORDERED_LITERAL

public static final ObjectNodeOrderingKind ORDERED_LITERAL
The 'Ordered' literal object.

See Also:
ObjectNodeOrderingKind.ORDERED

LIFO_LITERAL

public static final ObjectNodeOrderingKind LIFO_LITERAL
The 'LIFO' literal object.

See Also:
ObjectNodeOrderingKind.LIFO

FIFO_LITERAL

public static final ObjectNodeOrderingKind FIFO_LITERAL
The 'FIFO' literal object.

See Also:
ObjectNodeOrderingKind.FIFO

VALUES

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

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.


Copyright 2003, 2006 IBM Corporation and others.
All Rights Reserved.