Class DiagramTypeImpl
- java.lang.Object
-
- org.eclipse.graphiti.platform.AbstractExtension
-
- org.eclipse.graphiti.ui.internal.platform.DiagramTypeImpl
-
- All Implemented Interfaces:
IDiagramType
,IExtension
public final class DiagramTypeImpl extends AbstractExtension implements IDiagramType
-
-
Constructor Summary
Constructors Constructor Description DiagramTypeImpl(java.lang.String id, java.lang.String name, java.lang.String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
Gets the description.java.lang.String
getId()
Gets the id.java.lang.String
getName()
Gets the name.-
Methods inherited from class org.eclipse.graphiti.platform.AbstractExtension
getProviderId, setProviderId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.graphiti.platform.IExtension
getProviderId, setProviderId
-
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Description copied from interface:IDiagramType
Gets the description.- Specified by:
getDescription
in interfaceIDiagramType
- Returns:
- the description of the new diagram type
-
getId
public java.lang.String getId()
Description copied from interface:IDiagramType
Gets the id.- Specified by:
getId
in interfaceIDiagramType
- Returns:
- the id of the new diagram type
-
getName
public java.lang.String getName()
Description copied from interface:IDiagramType
Gets the name.- Specified by:
getName
in interfaceIDiagramType
- Returns:
- the name of the new diagram type
-
-