org.gvsig.fmap.dal
Interface DataStoreParameters

All Superinterfaces:
DataParameters, DynObject, Persistent
All Known Subinterfaces:
NewDataStoreParameters, NewFeatureStoreParameters
All Known Implementing Classes:
MemoryStoreParameters

public interface DataStoreParameters
extends DataParameters

This interface is used by any store implementation that requires store specific parameters.


Method Summary
 String getDataStoreName()
          Returns the DataStore's name
 String getDescription()
          Returns the DataStore's description
 boolean isValid()
          Indicates whether these parameters are valid.
 
Methods inherited from interface org.gvsig.fmap.dal.DataParameters
clear, getCopy, validate
 
Methods inherited from interface org.gvsig.tools.persistence.Persistent
loadFromState, saveToState
 
Methods inherited from interface org.gvsig.tools.dynobject.DynObject
delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
 

Method Detail

getDataStoreName

String getDataStoreName()
Returns the DataStore's name

Returns:
a String containing the DataStore's name

isValid

boolean isValid()
Indicates whether these parameters are valid.

Returns:
true if these parameters are valid, false if not.

getDescription

String getDescription()
Returns the DataStore's description

Returns:
a String containing the DataStore's description


Copyright © 2004-2012 gvSIG. All Rights Reserved.