Revision 20100 branches/v10/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/layerOperations/AlphanumericData.java

View differences:

AlphanumericData.java
45 45

  
46 46

  
47 47
/**
48
 * Interfaz que implementan todas las capas que tienen una tabla asociada
48
 * <p>All layers which need offer a table with alphanumeric data,
49
 *  must implement this interface.</p>
49 50
 */
50 51
public interface AlphanumericData {
51 52
	/**
52
	 * Obtiene una referencia a la tabla asociada a la capa
53
	 * <p>Gets the associated table of the layer.</p>
53 54
	 *
54
	 * @return Tabla asociada
55
	 * @return data source that represents the table with alphanumeric data associated to this layer.
55 56
	 *
56
	 * @throws DriverException
57
	 * @throws DriverException if fails the driver used in this method.
57 58
	 */
58 59
	SelectableDataSource getRecordset() throws DriverException;
59 60
}

Also available in: Unified diff