diff flys-client/src/main/java/de/intevation/flys/client/shared/model/Style.java @ 1450:bb91cdf8407b

Minor refactoring to ease addition of new style-fields (are now added automically). flys-client/trunk@3469 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 19 Dec 2011 16:18:53 +0000
parents 92074508a387
children
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/shared/model/Style.java	Mon Dec 19 15:38:10 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/shared/model/Style.java	Mon Dec 19 16:18:53 2011 +0000
@@ -88,6 +88,16 @@
 
 
     /**
+     * Getter for style settings.
+     *
+     * @return The list of style settings.
+     */
+    public List<StyleSetting> getSettings() {
+        return this.settings;
+    }
+
+
+    /**
      * Getter for style setting.
      * @param i The index in the settings list.
      *

http://dive4elements.wald.intevation.org