Uses of Class
org.eclipse.uml2.ObjectNodeOrderingKind

Packages that use ObjectNodeOrderingKind
org.eclipse.uml2   
 

Uses of ObjectNodeOrderingKind in org.eclipse.uml2
 

Fields in org.eclipse.uml2 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 that return ObjectNodeOrderingKind
static ObjectNodeOrderingKind ObjectNodeOrderingKind.get(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 value
 ObjectNodeOrderingKind ObjectNode.getOrdering()
          Returns the value of the 'Ordering' attribute.
 

Methods in org.eclipse.uml2 with parameters of type ObjectNodeOrderingKind
 void ObjectNode.setOrdering(ObjectNodeOrderingKind value)
          Sets the value of the 'Ordering' attribute
 


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