comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/Parameter.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
11 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 11 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
12 */ 12 */
13 public interface Parameter { 13 public interface Parameter {
14 14
15 /** 15 /**
16 * 16 * The Name of this Parameter
17 * @return the name of this parameter. 17 * @return the name of this parameter.
18 */ 18 */
19 String getName(); 19 String getName();
20 /** 20 /**
21 * 21 * The ID of this Parameter
22 * @return the id of this parameter. 22 * @return the id of this parameter.
23 */ 23 */
24 String getID(); 24 String getID();
25 25
26 } 26 }

http://dive4elements.wald.intevation.org