UML Modeling Layer

com.ibm.xtools.uml.type
Interface IAnnotationElementType

All Superinterfaces:
IAdaptable, IElementType, ISpecializationType, IUMLElementType

public interface IAnnotationElementType
extends ISpecializationType, IUMLElementType

Implemented by element types that specialize the ecore annotation.


Method Summary
 String getAnnotationSource()
          Gets the annotation source for this element 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

getAnnotationSource

String getAnnotationSource()
Gets the annotation source for this element type.

Returns:
the annotation source

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.