UML Modeling Layer

com.ibm.xtools.uml.type
Interface IMessageElementTypeEx

All Superinterfaces:
IAdaptable, IElementType, IMessageElementType, ISpecializationType, IUMLElementType

public interface IMessageElementTypeEx
extends IMessageElementType

Implemented by element types that specialize the UML message type.


Method Summary
 String getMessageSort()
          Gets the message sort
 
Methods inherited from interface com.ibm.xtools.uml.type.IMessageElementType
getMessageKind
 
Methods inherited from interface org.eclipse.gmf.runtime.emf.type.core.ISpecializationType
getEContainerDescriptor, getEditHelperAdvice, getMatcher, getMetamodelType, getSpecializedTypeIds, getSpecializedTypes, isSpecializationOf
 
Methods inherited from interface org.eclipse.gmf.runtime.emf.type.core.IElementType
canEdit, getAllSuperTypes, getDisplayName, getEClass, getEditCommand, getEditHelper, getIconURL, getId
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.gmf.runtime.emf.type.core.IElementType
canEdit, getAllSuperTypes, getDisplayName, getEClass, getEditCommand, getEditHelper, getIconURL, getId
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getMessageSort

String getMessageSort()
Gets the message sort

Returns:
the message sort.

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.