org.eclipse.graphiti.platform
Class AbstractExtension

java.lang.Object
  extended by org.eclipse.graphiti.platform.AbstractExtension
All Implemented Interfaces:
IExtension
Direct Known Subclasses:
AbstractDiagramTypeProvider, AbstractImageProvider

public abstract class AbstractExtension
extends Object
implements IExtension

The Class AbstractExtension.


Field Summary
private  String providerId
           
 
Constructor Summary
AbstractExtension()
           
 
Method Summary
 String getProviderId()
          Gets the provider id.
 void setProviderId(String providerId)
          Sets the provider id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

providerId

private String providerId
Constructor Detail

AbstractExtension

public AbstractExtension()
Method Detail

getProviderId

public final String getProviderId()
Description copied from interface: IExtension
Gets the provider id.

Specified by:
getProviderId in interface IExtension
Returns:
the provider id

setProviderId

public final void setProviderId(String providerId)
Description copied from interface: IExtension
Sets the provider id.

Specified by:
setProviderId in interface IExtension
Parameters:
providerId - the new provider id


Copyright (c) SAP AG 2005, 2012.