comparison gnv/src/main/java/de/intevation/gnv/action/sessionmodel/DiagrammOptions.java @ 954:a88fc6320cf8

Add more Javadocs gnv/trunk@1098 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 18 May 2010 09:11:31 +0000
parents 89ade245ca7a
children 3549253ecd7b
comparison
equal deleted inserted replaced
953:4b64b4d1f0cf 954:a88fc6320cf8
19 public DiagrammOptions() { 19 public DiagrammOptions() {
20 super(); 20 super();
21 } 21 }
22 22
23 /** 23 /**
24 * Returns the Value to a given Key
25 * @param The key of the value that should be returned.
24 * @return the value. 26 * @return the value.
25 */ 27 */
26 public String getValue(String key) { 28 public String getValue(String key) {
27 return this.values.get(key); 29 return this.values.get(key);
28 } 30 }

http://dive4elements.wald.intevation.org