comparison geo-backend/src/main/java/de/intevation/gnv/geobackend/sde/datasources/ResultSet.java @ 889:e5e30090c37c

Modified some JavaDoc so that the Warnings that where caused by mistakes are removed. geo-backend/trunk@915 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 13 Apr 2010 09:30:10 +0000
parents b757def3ff55
children d674cef2ca0d
comparison
equal deleted inserted replaced
888:65dd801fbee6 889:e5e30090c37c
30 */ 30 */
31 public abstract int getNumberOfColumns(); 31 public abstract int getNumberOfColumns();
32 32
33 /** 33 /**
34 * A ResultSet can tell about the concrete definition of each column. 34 * A ResultSet can tell about the concrete definition of each column.
35 * This method returns an array of {@link de.conterra.bsh.gdi.gnviewer.datasources.ColDefinition}-Objects. 35 * This method returns an array of ColDefinition-Objects.
36 * @return the definitions describing the result set. 36 * @return the definitions describing the result set.
37 */ 37 */
38 public abstract ColDefinition[] getColumnDefinitions(); 38 public abstract ColDefinition[] getColumnDefinitions();
39 39
40 /** 40 /**

http://dive4elements.wald.intevation.org