comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultInputParameter.java @ 958:d5d4dbda17cc

Add more Javadocs gnv/trunk@1102 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 18 May 2010 09:51:41 +0000
parents 89ade245ca7a
children 28a0628b11b0
comparison
equal deleted inserted replaced
957:33fb5bf4e62c 958:d5d4dbda17cc
6 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 6 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
7 * 7 *
8 */ 8 */
9 public class DefaultInputParameter implements InputParameter { 9 public class DefaultInputParameter implements InputParameter {
10 10
11 /**
12 * The UID of this Class.
13 */
11 private static final long serialVersionUID = 6597439837482244211L; 14 private static final long serialVersionUID = 6597439837482244211L;
12 15
16 /**
17 * The name of this parameter.
18 */
13 private String name = null; 19 private String name = null;
14 20
21 /**
22 * The values of this parameter.
23 */
15 private String[] values = null; 24 private String[] values = null;
16 25
17 /** 26 /**
18 * Constructor 27 * Constructor
19 *
20 * @param name The name of this parameter. 28 * @param name The name of this parameter.
21 * @param values The values of this parameter. 29 * @param values The values of this parameter.
22 */ 30 */
23 public DefaultInputParameter(String name, String[] values) { 31 public DefaultInputParameter(String name, String[] values) {
24 super(); 32 super();

http://dive4elements.wald.intevation.org