Uses of Class
org.eclipse.uml2.MessageSort

Packages that use MessageSort
org.eclipse.uml2   
 

Uses of MessageSort in org.eclipse.uml2
 

Fields in org.eclipse.uml2 declared as MessageSort
static MessageSort MessageSort.SYNCH_CALL_LITERAL
          The 'Synch Call' literal object
static MessageSort MessageSort.SYNCH_SIGNAL_LITERAL
          The 'Synch Signal' literal object
static MessageSort MessageSort.ASYNCH_CALL_LITERAL
          The 'Asynch Call' literal object
static MessageSort MessageSort.ASYNCH_SIGNAL_LITERAL
          The 'Asynch Signal' literal object
 

Methods in org.eclipse.uml2 that return MessageSort
static MessageSort MessageSort.get(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 value
 MessageSort Message.getMessageSort()
          Returns the value of the 'Message Sort' attribute.
 

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


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