|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectNodeOrderingKind | |
org.eclipse.uml2.uml | |
org.eclipse.uml2.uml.util |
Uses of ObjectNodeOrderingKind in org.eclipse.uml2.uml |
Fields in org.eclipse.uml2.uml declared as ObjectNodeOrderingKind | |
static ObjectNodeOrderingKind |
ObjectNodeOrderingKind.UNORDERED_LITERAL
The 'Unordered' literal object |
static ObjectNodeOrderingKind |
ObjectNodeOrderingKind.ORDERED_LITERAL
The 'Ordered' literal object |
static ObjectNodeOrderingKind |
ObjectNodeOrderingKind.LIFO_LITERAL
The 'LIFO' literal object |
static ObjectNodeOrderingKind |
ObjectNodeOrderingKind.FIFO_LITERAL
The 'FIFO' literal object |
Methods in org.eclipse.uml2.uml that return ObjectNodeOrderingKind | |
static ObjectNodeOrderingKind |
ObjectNodeOrderingKind.get(String literal)
Returns the 'Object Node Ordering Kind' literal with the specified literal value |
static ObjectNodeOrderingKind |
ObjectNodeOrderingKind.getByName(String name)
Returns the 'Object Node Ordering Kind' literal with the specified name |
static ObjectNodeOrderingKind |
ObjectNodeOrderingKind.get(int value)
Returns the 'Object Node Ordering Kind' literal with the specified integer value |
ObjectNodeOrderingKind |
ObjectNode.getOrdering()
Returns the value of the 'Ordering' attribute. |
Methods in org.eclipse.uml2.uml with parameters of type ObjectNodeOrderingKind | |
void |
ObjectNode.setOrdering(ObjectNodeOrderingKind value)
Sets the value of the ' Ordering ' attribute |
Uses of ObjectNodeOrderingKind in org.eclipse.uml2.uml.util |
Methods in org.eclipse.uml2.uml.util with parameters of type ObjectNodeOrderingKind | |
boolean |
UMLValidator.validateObjectNodeOrderingKind(ObjectNodeOrderingKind objectNodeOrderingKind,
DiagnosticChain diagnostics,
Map context)
|
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |