comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/describedata/DefaultSingleValueDescribeData.java @ 251:113b06ab2110

BugFix: The Value of SingleInputFields will now also be shown in the static ui. issue81 gnv-artifacts/trunk@321 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 11 Nov 2009 12:16:15 +0000
parents 7fb9441dd8af
children
comparison
equal deleted inserted replaced
250:4e8f0fd8ed79 251:113b06ab2110
42 */ 42 */
43 public String getValue() { 43 public String getValue() {
44 return this.value; 44 return this.value;
45 } 45 }
46 46
47 public void setValue(String value) {
48 this.value = value;
49 }
50
47 } 51 }

http://dive4elements.wald.intevation.org