UML Modeling Layer

com.ibm.xtools.uml.type
Interface IMessageElementType

All Superinterfaces:
IAdaptable, IElementType, ISpecializationType, IUMLElementType
All Known Subinterfaces:
IMessageElementTypeEx

Deprecated. use IMessageElementTypeEx interface instead.

public interface IMessageElementType
extends ISpecializationType, IUMLElementType

Implemented by element types that specialize the UML message type.


Method Summary
 String getMessageKind()
          Deprecated. use getMessageSort() method of IMessageElementTypeEx interface instead due to UML migration.
 
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

getMessageKind

String getMessageKind()
Deprecated. use getMessageSort() method of IMessageElementTypeEx interface instead due to UML migration.

Returns:

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.