comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java @ 1464:c899a7ffdc8f

Extract and parse the output settings from describe document and add settings objects to collection. flys-client/trunk@3503 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 20 Dec 2011 15:32:08 +0000
parents 4df2d9a4b9b4
children 2b3d02626823
comparison
equal deleted inserted replaced
1463:14ce1c2a9f6c 1464:c899a7ffdc8f
227 this.settings = settings; 227 this.settings = settings;
228 } 228 }
229 229
230 230
231 public void addSettings(String outname, Settings settings) { 231 public void addSettings(String outname, Settings settings) {
232 if (this.settings == null) {
233 this.settings = new HashMap<String, Settings>();
234 }
232 this.settings.put(outname, settings); 235 this.settings.put(outname, settings);
233 } 236 }
234 237
235 238
236 /** Set the outputname to themelist map. */ 239 /** Set the outputname to themelist map. */

http://dive4elements.wald.intevation.org