public abstract class AbstractExportServiceFactory extends java.lang.Object implements ExportServiceFactory
Constructor and Description |
---|
AbstractExportServiceFactory(java.lang.String name,
java.lang.String label,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getLabel() |
java.lang.String |
getName() |
boolean |
isEnabled() |
void |
setEnabled(boolean value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createParameters, createService, hasTabularSupport, hasVectorialSupport
public AbstractExportServiceFactory(java.lang.String name, java.lang.String label, java.lang.String description)
public java.lang.String getName()
getName
in interface ExportServiceFactory
public java.lang.String getLabel()
getLabel
in interface ExportServiceFactory
public java.lang.String getDescription()
getDescription
in interface ExportServiceFactory
public boolean isEnabled()
isEnabled
in interface ExportServiceFactory
public void setEnabled(boolean value)
setEnabled
in interface ExportServiceFactory