diff gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputMode.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/DefaultOutputMode.java	Tue May 18 09:26:11 2010 +0000
+++ b/gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputMode.java	Tue May 18 09:51:41 2010 +0000
@@ -15,14 +15,33 @@
      */
     private static final long serialVersionUID = 7487880486604174521L;
 
+    /**
+     * The name of the OutputMode
+     */
     private String name = null;
 
+    /**
+     * The mimetype of the OutputMode
+     */
     private String mimeType = null;
 
+    /**
+     * The parameters that could be used for this OutputMode
+     */
     private Collection<OutputParameter> outputParameter = null;
 
+    /**
+     * The exports that can be called using this outputMode
+     */
     private Map<String, ExportMode> exports;
 
+    /**
+     * Constructor
+     * @param name The name of the OutputMode
+     * @param mimeType The mimetype of the OutputMode
+     * @param outputParameter The parameters that could be used for this OutputMode
+     * @param exports The exports that can be called using this outputMode
+     */
     public DefaultOutputMode(
         String name,
         String mimeType,

http://dive4elements.wald.intevation.org