Package org.gvsig.export.spi
Class AbstractExportServiceFactory
java.lang.Object
org.gvsig.export.spi.AbstractExportServiceFactory
- All Implemented Interfaces:
ExportServiceFactory
- Author:
- jjdelcerro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.export.spi.ExportServiceFactory
createParameters, createService, hasTabularSupport, hasVectorialSupport
-
Constructor Details
-
AbstractExportServiceFactory
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceExportServiceFactory
-
getLabel
- Specified by:
getLabelin interfaceExportServiceFactory
-
getDescription
- Specified by:
getDescriptionin interfaceExportServiceFactory
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceExportServiceFactory
-
setEnabled
public void setEnabled(boolean value) - Specified by:
setEnabledin interfaceExportServiceFactory
-