comparison 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
comparison
equal deleted inserted replaced
1449:8da36efc839a 1450:bb91cdf8407b
86 return settings.size(); 86 return settings.size();
87 } 87 }
88 88
89 89
90 /** 90 /**
91 * Getter for style settings.
92 *
93 * @return The list of style settings.
94 */
95 public List<StyleSetting> getSettings() {
96 return this.settings;
97 }
98
99
100 /**
91 * Getter for style setting. 101 * Getter for style setting.
92 * @param i The index in the settings list. 102 * @param i The index in the settings list.
93 * 103 *
94 * @return The style setting at the given index. 104 * @return The style setting at the given index.
95 */ 105 */

http://dive4elements.wald.intevation.org