diff flys-client/src/main/java/de/intevation/flys/client/shared/model/StyleSetting.java @ 1345:92074508a387

Added documentation. flys-client/trunk@3003 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 18 Oct 2011 12:33:23 +0000
parents 0f3b19df1880
children cd068ff7966d
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/shared/model/StyleSetting.java	Mon Oct 17 17:33:27 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/shared/model/StyleSetting.java	Tue Oct 18 12:33:23 2011 +0000
@@ -23,9 +23,22 @@
     /**The type*/
     protected String type;
 
+
+    /**
+     * Create a new StyleSetting for theme attribution.
+     */
     public StyleSetting() {
     }
 
+
+    /**
+     * Create a new StyleSetting for theme attribution.
+     * @param name The attribute name.
+     * @param defaultValue The current value.
+     * @param displayName The name to show in a dialog.
+     * @param hints Hints.
+     * @param type The attribute type.
+     */
     public StyleSetting(
         String name,
         String defaultValue,

http://dive4elements.wald.intevation.org