|
|||||||||||
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.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.
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 |
public static final String copyright
public static final int UNORDERED
UNORDERED_LITERAL
,
Constant Field Valuespublic static final int ORDERED
ORDERED_LITERAL
,
Constant Field Valuespublic static final int LIFO
LIFO_LITERAL
,
Constant Field Valuespublic static final int FIFO
FIFO_LITERAL
,
Constant Field Valuespublic static final ObjectNodeOrderingKind UNORDERED_LITERAL
If the meaning of 'Unordered' literal object isn't clear, there really should be more of a description here...
UNORDERED
public static final ObjectNodeOrderingKind ORDERED_LITERAL
If the meaning of 'Ordered' literal object isn't clear, there really should be more of a description here...
ORDERED
public static final ObjectNodeOrderingKind LIFO_LITERAL
If the meaning of 'LIFO' literal object isn't clear, there really should be more of a description here...
LIFO
public static final ObjectNodeOrderingKind FIFO_LITERAL
If the meaning of 'FIFO' literal object isn't clear, there really should be more of a description here...
FIFO
public static final List VALUES
Method Detail |
public static ObjectNodeOrderingKind get(String name)
public static ObjectNodeOrderingKind get(int value)
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |