Package org.gvsig.fmap.dal
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
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 TypeMethodDescriptionReturns the name of the data explorer type of the DataServerExplorer represented by this DataServerExplorerParametersReturn the provider name associated to this parameters.booleanMethods inherited from interface org.gvsig.fmap.dal.DataParameters
clear, getCopy, toByteArray, toString, validateMethods inherited from interface org.gvsig.tools.dynobject.DynObject
delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValueMethods inherited from interface org.gvsig.tools.persistence.Persistent
loadFromState, saveToStateMethods inherited from interface org.gvsig.json.SupportFromJson
fromJsonMethods 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
-