UML Modeling Layer

com.ibm.xtools.uml.type
Interface ICombinedFragmentElementType

All Superinterfaces:
IAdaptable, IElementType, ISpecializationType, IUMLElementType

public interface ICombinedFragmentElementType
extends ISpecializationType, IUMLElementType

Implemented by element types that specialize the UML combined fragment type.


Method Summary
 String getCombinedFragmentKind()
          Gets the combined fragment kind 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

getCombinedFragmentKind

String getCombinedFragmentKind()
Gets the combined fragment kind for this element type.

Returns:
the combined fragment kind

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.