UML Modeling Layer

com.ibm.xtools.uml.type
Interface IStereotypedType

All Superinterfaces:
IAdaptable, IElementType, ISpecializationType, IUMLElementType

public interface IStereotypedType
extends ISpecializationType, IUMLElementType

Stereotyped types are types that wrap a base UML type and allow the user to pick a stereotype to apply to instances of the base UML type.


Method Summary
 IElementType getBaseUmlType()
          Gets the base UML type wrapped by this stereotyped type.
 
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

getBaseUmlType

IElementType getBaseUmlType()
Gets the base UML type wrapped by this stereotyped type.

Returns:
the base UML type

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.