|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.uml2.uml.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 within a node.
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 |
public static final int UNORDERED
ObjectNodeOrderingKind.UNORDERED_LITERAL
,
Constant Field Valuespublic static final int ORDERED
ObjectNodeOrderingKind.ORDERED_LITERAL
,
Constant Field Valuespublic static final int LIFO
ObjectNodeOrderingKind.LIFO_LITERAL
,
Constant Field Valuespublic static final int FIFO
ObjectNodeOrderingKind.FIFO_LITERAL
,
Constant Field Valuespublic static final ObjectNodeOrderingKind UNORDERED_LITERAL
ObjectNodeOrderingKind.UNORDERED
public static final ObjectNodeOrderingKind ORDERED_LITERAL
ObjectNodeOrderingKind.ORDERED
public static final ObjectNodeOrderingKind LIFO_LITERAL
ObjectNodeOrderingKind.LIFO
public static final ObjectNodeOrderingKind FIFO_LITERAL
ObjectNodeOrderingKind.FIFO
public static final List VALUES
Method Detail |
public static ObjectNodeOrderingKind get(String literal)
public static ObjectNodeOrderingKind getByName(String name)
public static ObjectNodeOrderingKind get(int value)
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |