public class ExportDBFParametersImpl extends AbstractExportParametersFile implements ExportDBFParameters
AbstractExportParametersFile.ExportParametersFileHelper
fileHelper
exportAttributes, factory, LOGGER
USE_ALL_FEATURES, USE_FILTERED_FEATURES, USE_SELECTED_FEATURES
Constructor and Description |
---|
ExportDBFParametersImpl() |
ExportDBFParametersImpl(ExportDBFServiceFactory factory) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEncoding() |
java.lang.String |
getServiceName() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
static void |
registerPersistence() |
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
void |
setEncoding(java.lang.String encoding) |
void |
setSourceFeatureType(FeatureType sourceFeatureType) |
getEvaluatedFile, getFile, getFileExtension, resetVolatileValues, setFile
clone, getContext, getCreationDate, getExportAttributes, getFactory, getFeatureQuery, getFeaturesToUse, getFilterExpresion, getLabel, getSourceFeatureStore, getSourceFeatureType, getTargetFeatureType, getValue, needsSelectTargetProjection, setContext, setCreationDate, setExportAttributes, setFeatureQuery, setFeaturesToUse, setFilterExpresion, setSourceFeatureStore, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, getContext, getCreationDate, getExportAttributes, getFactory, getFeatureQuery, getFeaturesToUse, getFilterExpresion, getSourceFeatureStore, getSourceFeatureType, getTargetFeatureType, needsSelectTargetProjection, resetVolatileValues, setContext, setCreationDate, setExportAttributes, setFeatureQuery, setFeaturesToUse, setFilterExpresion, setSourceFeatureStore
getLabel, getValue, label, toString
getEvaluatedFile, getFile, getFileExtension, setFile
public ExportDBFParametersImpl(ExportDBFServiceFactory factory)
public ExportDBFParametersImpl()
public static void registerPersistence()
public void saveToState(PersistentState state) throws PersistenceException
Persistent
saveToState
in interface Persistent
saveToState
in class AbstractExportParametersFile
PersistenceException
public void loadFromState(PersistentState state) throws PersistenceException
Persistent
loadFromState
in interface Persistent
loadFromState
in class AbstractExportParametersFile
PersistenceException
public java.lang.String getServiceName()
getServiceName
in interface ExportParameters
public java.lang.String getEncoding()
getEncoding
in interface ExportDBFParameters
public void setEncoding(java.lang.String encoding)
setEncoding
in interface ExportDBFParameters
public void setSourceFeatureType(FeatureType sourceFeatureType)
setSourceFeatureType
in interface ExportParameters
setSourceFeatureType
in class AbstractExportParameters