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.StringgetDescription()Gets the description.java.lang.StringgetId()Gets the id.java.lang.StringgetName()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:IDiagramTypeGets the description.- Specified by:
getDescriptionin interfaceIDiagramType- Returns:
- the description of the new diagram type
-
getId
public java.lang.String getId()
Description copied from interface:IDiagramTypeGets the id.- Specified by:
getIdin interfaceIDiagramType- Returns:
- the id of the new diagram type
-
getName
public java.lang.String getName()
Description copied from interface:IDiagramTypeGets the name.- Specified by:
getNamein interfaceIDiagramType- Returns:
- the name of the new diagram type
-
-