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

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

Uses of MessageKind in org.eclipse.uml2.uml
 

Fields in org.eclipse.uml2.uml declared as MessageKind
static MessageKind MessageKind.COMPLETE_LITERAL
          The 'Complete' literal object
static MessageKind MessageKind.LOST_LITERAL
          The 'Lost' literal object
static MessageKind MessageKind.FOUND_LITERAL
          The 'Found' literal object
static MessageKind MessageKind.UNKNOWN_LITERAL
          The 'Unknown' literal object
 

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

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

Methods in org.eclipse.uml2.uml.util with parameters of type MessageKind
 boolean UMLValidator.validateMessageKind(MessageKind messageKind, DiagnosticChain diagnostics, Map context)
           
 


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