diff gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputParameter.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
line wrap: on
line diff
--- a/gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputParameter.java	Tue May 18 09:26:11 2010 +0000
+++ b/gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputParameter.java	Tue May 18 09:51:41 2010 +0000
@@ -12,20 +12,33 @@
      */
     private static final long serialVersionUID = -8416057640116638152L;
 
+    /**
+     * The name of the parameter
+     */
     private String name = null;
 
+    /**
+     * The value of the parameter
+     */
     private String value = null;
 
+    /**
+     * The description of the parameter
+     */
     private String description = null;
 
+    /**
+     * The type of the parameter
+     */
     private String type = null;
 
     /**
      * Constructor
      *
-     * @param name
-     * @param value
-     * @param description
+     * @param name The name of the parameter
+     * @param value The value of the parameter
+     * @param description The description of the parameter
+     * @param type The type of the parameter
      */
     public DefaultOutputParameter(String name, String value,
                                   String description, String type) {

http://dive4elements.wald.intevation.org