Revision 25814 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/DataServerExplorerParameters.java

View differences:

DataServerExplorerParameters.java
28 28
package org.gvsig.fmap.dal;
29 29

  
30 30
/**
31
 * DataServerExplorer parameter container. Provides a way to obtain the specific
32
 * DataExplorerType described by this parameters.
31
 * DataServerExplorer parameter container. Provides a way to obtain the name 
32
 * of the specific data explorer type described by this parameters.
33 33
 * 
34 34
 */
35 35
public interface DataServerExplorerParameters extends DataParameters {
36 36

  
37 37
	/**
38
	 * Returns the DataExplorerType which describes the type of the DataServerExplorer
38
	 * Returns the name of the data explorer type of the DataServerExplorer
39 39
	 * represented by this DataServerExplorerParameters
40 40
	 * 
41
	 * @return an instance of DataExplorerType
41
	 * @return a String containing the name of the data explorer type
42 42
	 */
43 43
	public String getExplorerName();
44 44

  

Also available in: Unified diff