Revision 33717 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/DataStore.java

View differences:

DataStore.java
79 79
	public static final String METADATA_ENVELOPE = "Envelope";
80 80

  
81 81
	/**
82
	 * Returns this store's name.
82
	 * Returns the name associated to the store.
83
	 * This name is provided for informational purposes only.
84
	 * Explamples:
85
	 * 
86
	 * In a dbf the filename without the path
87
	 * 
88
	 * In a DDBB table the name of the table
89
	 * 
90
	 * In a WFS layer the name of the layer.
83 91
	 *
84 92
	 * @return String containing this store's name.
85 93
	 */
86 94
	public String getName();
95
	
96
	/**
97
	 * Returns a more descriptive name for the store that getName.
98
	 * This name is provided for informational purposes only.
99
	 * Explamples:
100
	 * 
101
	 * In a file based store may return the full name of the filename, path and filename.
102
	 * 
103
	 * In a data base based store may return "server:dbname:tablename"
104
	 * 
105
	 * In a WFS layer based store may return "server:layername"
106
	 * 
107
	 * @return String Containing the full name of the store
108
	 */
109
	public String getFullName();
87 110

  
88 111
	/**
89 112
	 * Return the of parameters of this store

Also available in: Unified diff