diff gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultExportMode.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 af22fa5567a6
children 28a0628b11b0
line wrap: on
line diff
--- a/gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultExportMode.java	Tue May 18 09:26:11 2010 +0000
+++ b/gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultExportMode.java	Tue May 18 09:51:41 2010 +0000
@@ -9,8 +9,19 @@
 public class DefaultExportMode
 implements   ExportMode
 {
+    /**
+     * The name of this parameter.
+     */
     protected String name;
+
+    /**
+     * The description of this mode.
+     */
     protected String description;
+
+    /**
+     * The mimetype used for this mode.
+     */
     protected String mimeType;
 
     /**

http://dive4elements.wald.intevation.org