comparison flys-artifacts/src/main/java/de/intevation/flys/exports/TypeSection.java @ 3723:7b14d00bca8a

Cosmetics, docs. flys-artifacts/trunk@5391 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 07 Sep 2012 13:49:14 +0000
parents f84854eba0b3
children
comparison
equal deleted inserted replaced
3722:c91e7db0fd4b 3723:7b14d00bca8a
16 public TypeSection(String key) { 16 public TypeSection(String key) {
17 super(key); 17 super(key);
18 } 18 }
19 19
20 20
21 /** Set a string value for a attribute with additional (choice) type. */
21 public void setChoiceStringValue(String key, String value, String choiceType) { 22 public void setChoiceStringValue(String key, String value, String choiceType) {
22 if (value == null || value.length() == 0) { 23 if (value == null || value.length() == 0) {
23 return; 24 return;
24 } 25 }
25 26

http://dive4elements.wald.intevation.org