Uses of Class
org.eclipse.uml2.uml.ObjectNodeOrderingKind

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 with type parameters of type ObjectNodeOrderingKind
static java.util.List<ObjectNodeOrderingKind> ObjectNodeOrderingKind.VALUES
          A public read-only list of all the 'Object Node Ordering Kind' enumerators
 

Methods in org.eclipse.uml2.uml that return ObjectNodeOrderingKind
static ObjectNodeOrderingKind ObjectNodeOrderingKind.get(int value)
          Returns the 'Object Node Ordering Kind' literal with the specified integer value
static ObjectNodeOrderingKind ObjectNodeOrderingKind.get(java.lang.String literal)
          Returns the 'Object Node Ordering Kind' literal with the specified literal value
static ObjectNodeOrderingKind ObjectNodeOrderingKind.getByName(java.lang.String name)
          Returns the 'Object Node Ordering Kind' literal with the specified name
 ObjectNodeOrderingKind ObjectNode.getOrdering()
          Returns the value of the 'Ordering' attribute.
static ObjectNodeOrderingKind ObjectNodeOrderingKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ObjectNodeOrderingKind[] ObjectNodeOrderingKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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