comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/ValueCompareTransition.java @ 835:2423cefe7d39

Removed trailing whitespace. gnv-artifacts/trunk@936 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 17 Apr 2010 09:35:24 +0000
parents 7e5995c47125
children 05bf8534a35a
comparison
equal deleted inserted replaced
834:520a3b4da484 835:2423cefe7d39
28 * The UID of this Class. 28 * The UID of this Class.
29 */ 29 */
30 private static final long serialVersionUID = -7846722158776823205L; 30 private static final long serialVersionUID = -7846722158776823205L;
31 31
32 /** 32 /**
33 * The Name of the Datafield the Value that should be compared 33 * The Name of the Datafield the Value that should be compared
34 * should be fetched from. 34 * should be fetched from.
35 */ 35 */
36 private String dataName = null; 36 private String dataName = null;
37 /** 37 /**
38 * The Value that should be set to the State. 38 * The Value that should be set to the State.
81 return false; 81 return false;
82 } 82 }
83 return false; 83 return false;
84 } 84 }
85 85
86 86
87 @Override 87 @Override
88 public void setup(Node configuration) { 88 public void setup(Node configuration) {
89 super.setup(configuration); 89 super.setup(configuration);
90 this.dataName = Config.getStringXPath(configuration,"condition/@inputvalue"); 90 this.dataName = Config.getStringXPath(configuration,"condition/@inputvalue");
91 this.dataValue = Config.getStringXPath(configuration,"condition/@value"); 91 this.dataValue = Config.getStringXPath(configuration,"condition/@value");

http://dive4elements.wald.intevation.org