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

Packages that use MessageSort
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of MessageSort in org.eclipse.uml2.uml
 

Fields in org.eclipse.uml2.uml with type parameters of type MessageSort
static java.util.List<MessageSort> MessageSort.VALUES
          A public read-only list of all the 'Message Sort' enumerators
 

Methods in org.eclipse.uml2.uml that return MessageSort
static MessageSort MessageSort.get(int value)
          Returns the 'Message Sort' literal with the specified integer value
static MessageSort MessageSort.get(java.lang.String literal)
          Returns the 'Message Sort' literal with the specified literal value
static MessageSort MessageSort.getByName(java.lang.String name)
          Returns the 'Message Sort' literal with the specified name
 MessageSort Message.getMessageSort()
          Returns the value of the 'Message Sort' attribute.
static MessageSort MessageSort.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MessageSort[] MessageSort.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.uml2.uml with parameters of type MessageSort
 void Message.setMessageSort(MessageSort value)
          Sets the value of the 'Message Sort' attribute
 

Uses of MessageSort in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type MessageSort
 boolean UMLValidator.validateMessageSort(MessageSort messageSort, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.