public class ExportDBFParametersImpl extends AbstractExportParametersFile implements ExportDBFParameters
AbstractExportParametersFile.ExportParametersFileHelperfileHelperexportAttributes, factory, LOGGERUSE_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, setFileclone, getContext, getCreationDate, getExportAttributes, getFactory, getFeatureQuery, getFeaturesToUse, getFilterExpresion, getLabel, getSourceFeatureStore, getSourceFeatureType, getTargetFeatureType, getValue, needsSelectTargetProjection, setContext, setCreationDate, setExportAttributes, setFeatureQuery, setFeaturesToUse, setFilterExpresion, setSourceFeatureStore, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getContext, getCreationDate, getExportAttributes, getFactory, getFeatureQuery, getFeaturesToUse, getFilterExpresion, getSourceFeatureStore, getSourceFeatureType, getTargetFeatureType, needsSelectTargetProjection, resetVolatileValues, setContext, setCreationDate, setExportAttributes, setFeatureQuery, setFeaturesToUse, setFilterExpresion, setSourceFeatureStoregetLabel, getValue, label, toStringgetEvaluatedFile, getFile, getFileExtension, setFilepublic ExportDBFParametersImpl(ExportDBFServiceFactory factory)
public ExportDBFParametersImpl()
public static void registerPersistence()
public void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentsaveToState in class AbstractExportParametersFilePersistenceExceptionpublic void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentloadFromState in class AbstractExportParametersFilePersistenceExceptionpublic java.lang.String getServiceName()
getServiceName in interface ExportParameterspublic java.lang.String getEncoding()
getEncoding in interface ExportDBFParameterspublic void setEncoding(java.lang.String encoding)
setEncoding in interface ExportDBFParameterspublic void setSourceFeatureType(FeatureType sourceFeatureType)
setSourceFeatureType in interface ExportParameterssetSourceFeatureType in class AbstractExportParameters