comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/FIS.java @ 826:32d01e1ce2df

Added more JavaDocs gnv-artifacts/trunk@920 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 13 Apr 2010 12:32:24 +0000
parents 9b9bf42b7928
children 05bf8534a35a
comparison
equal deleted inserted replaced
825:b43e7205e83c 826:32d01e1ce2df
16 * 16 *
17 */ 17 */
18 public interface FIS { 18 public interface FIS {
19 19
20 /** 20 /**
21 * 21 * Returns the id of this FIS
22 * @return the id of this fis. 22 * @return the id of this fis.
23 */ 23 */
24 String getID(); 24 String getID();
25 25
26 /** 26 /**
27 * 27 * Returns a collection of Parameters which belongs to the FIS.
28 * @return a collection of parameters. 28 * @return a collection of parameters.
29 */ 29 */
30 Collection<Parameter> getParameter(); 30 Collection<Parameter> getParameter();
31 31
32 /** 32 /**

http://dive4elements.wald.intevation.org