comparison artifacts/src/main/java/org/dive4elements/river/artifacts/bundu/bezugswst/BunduAccess.java @ 9366:3d006afee054

bundu.bezugswst workflow reviewed
author gernotbelger
date Thu, 02 Aug 2018 15:06:22 +0200
parents 86d2cbfe7f7f
children 6ebc9357550c
comparison
equal deleted inserted replaced
9365:ba1e2e8f05d1 9366:3d006afee054
27 super(artifact); 27 super(artifact);
28 } 28 }
29 29
30 public boolean isAutoSelect() { 30 public boolean isAutoSelect() {
31 final String fixChoice = this.artifact.getDataAsString("fix_choice"); 31 final String fixChoice = this.artifact.getDataAsString("fix_choice");
32 if (fixChoice != null && fixChoice.equals("state.bundu.fix.auto")) { 32 if (fixChoice != null && fixChoice.equals("state.bundu.wst.fix.auto")) {
33 return true; 33 return true;
34 } 34 }
35 return false; 35 return false;
36 } 36 }
37 37

http://dive4elements.wald.intevation.org