Interface DataServerExplorerParameters

All Superinterfaces:
DataParameters, org.gvsig.tools.dynobject.DynObject, org.gvsig.tools.persistence.Persistent, org.gvsig.json.SupportFromJson, org.gvsig.json.SupportToJson
All Known Subinterfaces:
DBServerExplorerParameters, JDBCServerExplorerParameters

public interface DataServerExplorerParameters extends DataParameters
DataServerExplorer parameter container. Provides a way to obtain the name of the specific data explorer type described by this parameters.
  • Field Summary

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

    CRS_PARAMTER_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the data explorer type of the DataServerExplorer represented by this DataServerExplorerParameters
    Return the provider name associated to this parameters.
    boolean
     

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

    clear, getCopy, toByteArray, toString, validate

    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
  • Method Details

    • getExplorerName

      String getExplorerName()
      Returns the name of the data explorer type of the DataServerExplorer represented by this DataServerExplorerParameters
      Returns:
      a String containing the name of the data explorer type
    • getProviderName

      String getProviderName()
      Return the provider name associated to this parameters.
      Returns:
      a String containing the name of the provider
    • isTheSameServerExplorer

      boolean isTheSameServerExplorer(DataServerExplorerParameters params)