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 declared as MessageSort
static MessageSort MessageSort.SYNCH_CALL_LITERAL
          The 'Synch Call' literal object
static MessageSort MessageSort.ASYNCH_CALL_LITERAL
          The 'Asynch Call' literal object
static MessageSort MessageSort.ASYNCH_SIGNAL_LITERAL
          The 'Asynch Signal' literal object
static MessageSort MessageSort.CREATE_MESSAGE_LITERAL
          The 'Create Message' literal object
static MessageSort MessageSort.DELETE_MESSAGE_LITERAL
          The 'Delete Message' literal object
static MessageSort MessageSort.REPLY_LITERAL
          The 'Reply' literal object
 

Methods in org.eclipse.uml2.uml that return MessageSort
static MessageSort MessageSort.get(String literal)
          Returns the 'Message Sort' literal with the specified literal value
static MessageSort MessageSort.getByName(String name)
          Returns the 'Message Sort' literal with the specified name
static MessageSort MessageSort.get(int value)
          Returns the 'Message Sort' literal with the specified integer value
 MessageSort Message.getMessageSort()
          Returns the value of the 'Message Sort' attribute.
 

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, DiagnosticChain diagnostics, Map context)
           
 


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