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, waitcreateParameters, createService, hasTabularSupport, hasVectorialSupportpublic AbstractExportServiceFactory(java.lang.String name,
java.lang.String label,
java.lang.String description)
public java.lang.String getName()
getName in interface ExportServiceFactorypublic java.lang.String getLabel()
getLabel in interface ExportServiceFactorypublic java.lang.String getDescription()
getDescription in interface ExportServiceFactorypublic boolean isEnabled()
isEnabled in interface ExportServiceFactorypublic void setEnabled(boolean value)
setEnabled in interface ExportServiceFactory