UML Modeling Layer

com.ibm.xtools.uml.type
Interface IConnectorElementType

All Superinterfaces:
IAdaptable, IElementType, ISpecializationType, IUMLElementType

public interface IConnectorElementType
extends ISpecializationType, IUMLElementType

Implemented by element types that specialize the UML connector type.


Method Summary
 ConnectorKind getConnectorKind()
          Gets the connector 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

getConnectorKind

ConnectorKind getConnectorKind()
Gets the connector kind for this element type.

Returns:
the connector kind

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.