UML Modeling Layer

com.ibm.xtools.uml.type
Interface ITemplateParameterElementType

All Superinterfaces:
IAdaptable, IElementType, IMetamodelType, IUMLElementType

public interface ITemplateParameterElementType
extends IMetamodelType, IUMLElementType

Implemented by element types that specialize the UML parametered element type.


Method Summary
 EClass getParameteredElementKind()
          Gets the EClass of a template parameter's parametered element.
 
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

getParameteredElementKind

EClass getParameteredElementKind()
Gets the EClass of a template parameter's parametered element.

Returns:
the parametered element kind

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.