Revision 25481 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/DataStoreParameters.java

View differences:

DataStoreParameters.java
32 32
 * This interface is used by any store implementation that requires
33 33
 * store specific parameters.
34 34
 * 
35
 * The naming convention for specializations of this class is
36
 * <store-name>StoreParameters.
37 35
 */
38 36
public interface DataStoreParameters extends
39 37
		DataParameters {
40 38

  
41 39
	/**
42 40
	 * Returns the DataStore's name
41
	 * 
43 42
	 * @return a String containing the DataStore's name
44 43
	 */
45 44
	public abstract String getDataStoreName();

Also available in: Unified diff