org.eclipse.uml2
Class ObjectNodeOrderingKind

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.uml2.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:
UML2Package.getObjectNodeOrderingKind()

Field Summary
static String copyright
           
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 value
static ObjectNodeOrderingKind get(String name)
          Returns the 'Object Node Ordering Kind' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

UNORDERED

public static final int UNORDERED
The 'Unordered' literal value.

See Also:
UNORDERED_LITERAL, Constant Field Values

ORDERED

public static final int ORDERED
The 'Ordered' literal value.

See Also:
ORDERED_LITERAL, Constant Field Values

LIFO

public static final int LIFO
The 'LIFO' literal value.

See Also:
LIFO_LITERAL, Constant Field Values

FIFO

public static final int FIFO
The 'FIFO' literal value.

See Also:
FIFO_LITERAL, Constant Field Values

UNORDERED_LITERAL

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

If the meaning of 'Unordered' literal object isn't clear, there really should be more of a description here...

See Also:
UNORDERED

ORDERED_LITERAL

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

If the meaning of 'Ordered' literal object isn't clear, there really should be more of a description here...

See Also:
ORDERED

LIFO_LITERAL

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

If the meaning of 'LIFO' literal object isn't clear, there really should be more of a description here...

See Also:
LIFO

FIFO_LITERAL

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

If the meaning of 'FIFO' literal object isn't clear, there really should be more of a description here...

See Also:
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 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 value.


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