UML Modeling Layer

com.ibm.xtools.uml.type
Interface IDiagramElementType

All Superinterfaces:
IAdaptable, IElementType, IUMLElementType

public interface IDiagramElementType
extends IElementType, IUMLElementType

Element type that represents a kind of notation diagram.


Method Summary
 UMLDiagramKind getDiagramKind()
          Gets the diagram kind that this diagram element type represents.
 

Method Detail

getDiagramKind

UMLDiagramKind getDiagramKind()
Gets the diagram kind that this diagram element type represents.

Returns:
the diagram kind

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.