Class JExcelStoreParameters

java.lang.Object
org.gvsig.fmap.dal.spi.AbstractDataParameters
org.gvsig.fmap.dal.spi.AbstractDataStoreParameters
org.gvsig.jexcel.dal.provider.JExcelStoreParameters
All Implemented Interfaces:
org.gvsig.fmap.dal.DataParameters, org.gvsig.fmap.dal.DataStoreParameters, org.gvsig.fmap.dal.feature.OpenFeatureStoreParameters, org.gvsig.fmap.dal.OpenDataStoreParameters, org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemStoreParameters, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportToJson, org.gvsig.tools.dynobject.DynObject, org.gvsig.tools.persistence.Persistent, org.gvsig.tools.util.HasAFile, org.gvsig.tools.util.Validator

public class JExcelStoreParameters extends org.gvsig.fmap.dal.spi.AbstractDataStoreParameters implements org.gvsig.fmap.dal.feature.OpenFeatureStoreParameters, org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemStoreParameters
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     

    Fields inherited from interface org.gvsig.fmap.dal.DataParameters

    CRS_PARAMTER_NAME
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
    JExcelStoreParameters(String parametersDefinitionName)
     
     
    JExcelStoreParameters(String parametersDefinitionName, String name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected org.gvsig.tools.dynobject.DelegatedDynObject
     
     
    static String
    getEncoding(org.gvsig.tools.dynobject.DynObject dynobj)
     
     
    boolean
     
    void
    setFile(File file)
     

    Methods inherited from class org.gvsig.fmap.dal.spi.AbstractDataStoreParameters

    getSourceId, isTheSameExplorer, isTheSameStore

    Methods inherited from class org.gvsig.fmap.dal.spi.AbstractDataParameters

    clear, copyValuesTo, delegate, equals, fromByteArray, fromJson, getCause, getCopy, getDynClass, getDynValue, getMessage, getProviderName, hasDynValue, hashCode, implement, invokeDynMethod, invokeDynMethod, isValid, loadFromState, loadPRJ, loadWLD, saveToState, setDynValue, toByteArray, toJson, toJsonBuilder, toString, toString, validate

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.gvsig.fmap.dal.DataParameters

    clear, getCopy, toByteArray, toString, validate

    Methods inherited from interface org.gvsig.fmap.dal.DataStoreParameters

    getProviderName, getSourceId, isTheSameExplorer, isTheSameStore

    Methods inherited from interface org.gvsig.tools.dynobject.DynObject

    delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue

    Methods inherited from interface org.gvsig.tools.persistence.Persistent

    loadFromState, saveToState

    Methods inherited from interface org.gvsig.json.SupportFromJson

    fromJson

    Methods inherited from interface org.gvsig.json.SupportToJson

    toJson, toJson, toJsonBuilder, toJsonBuilder
  • Field Details

  • Constructor Details

    • JExcelStoreParameters

      public JExcelStoreParameters()
    • JExcelStoreParameters

      protected JExcelStoreParameters(String parametersDefinitionName)
    • JExcelStoreParameters

      public JExcelStoreParameters(String parametersDefinitionName, String name)
  • Method Details

    • getDataStoreName

      public String getDataStoreName()
      Specified by:
      getDataStoreName in interface org.gvsig.fmap.dal.DataStoreParameters
      Overrides:
      getDataStoreName in class org.gvsig.fmap.dal.spi.AbstractDataParameters
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.gvsig.fmap.dal.DataStoreParameters
      Overrides:
      getDescription in class org.gvsig.fmap.dal.spi.AbstractDataParameters
    • getDelegatedDynObject

      protected org.gvsig.tools.dynobject.DelegatedDynObject getDelegatedDynObject()
      Specified by:
      getDelegatedDynObject in class org.gvsig.fmap.dal.spi.AbstractDataParameters
    • isValid

      public boolean isValid()
      Specified by:
      isValid in interface org.gvsig.fmap.dal.DataStoreParameters
    • getFile

      public File getFile()
      Specified by:
      getFile in interface org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemStoreParameters
      Specified by:
      getFile in interface org.gvsig.tools.util.HasAFile
    • setFile

      public void setFile(File file)
      Specified by:
      setFile in interface org.gvsig.fmap.dal.serverexplorer.filesystem.FilesystemStoreParameters
      Specified by:
      setFile in interface org.gvsig.tools.util.HasAFile
    • getEncoding

      public static String getEncoding(org.gvsig.tools.dynobject.DynObject dynobj)