comparison gnv-artifacts/src/main/java/de/intevation/gnv/exports/Export.java @ 794:d0967fdee36f

Repaired JavaDoc in Export package. gnv-artifacts/trunk@876 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 31 Mar 2010 12:18:03 +0000
parents b1f5f2a8840f
children f953c9a559d8
comparison
equal deleted inserted replaced
793:2047f318e964 794:d0967fdee36f
23 /** 23 /**
24 * This interface provides some methods which describe the format used by an 24 * This interface provides some methods which describe the format used by an
25 * <code>Export</code>. 25 * <code>Export</code>.
26 */ 26 */
27 public interface Profile { 27 public interface Profile {
28 /**
29 *
30 * @param column Column index.
31 * @param value A default value.
32 * @return A specific column as string.
33 */
28 String toString(int column, String value); 34 String toString(int column, String value);
29 35
30 /** 36 /**
31 * This method serves information about the character used to separate 37 * This method serves information about the character used to separate
32 * columns. 38 * columns.
81 87
82 /** 88 /**
83 * This method serves the required data stored in a <code>Result</code> 89 * This method serves the required data stored in a <code>Result</code>
84 * object. 90 * object.
85 * 91 *
92 * @param result <code>Result</code> object which contains the required
93 * data.
86 * @return String[] which contains all required data. 94 * @return String[] which contains all required data.
87 * 95 *
88 * @throws StateException 96 * @throws StateException
89 */ 97 */
90 String[] getData(Result result) 98 String[] getData(Result result)

http://dive4elements.wald.intevation.org