comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/DefaultInputData.java @ 803:feae2f9d6c6f

Removed trailing whitespace. gnv-artifacts/trunk@885 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 07 Apr 2010 07:52:27 +0000
parents a5526908f92f
children 22c18083225e
comparison
equal deleted inserted replaced
802:4abe172be970 803:feae2f9d6c6f
6 import org.apache.log4j.Logger; 6 import org.apache.log4j.Logger;
7 7
8 /** 8 /**
9 * The default implementation of <code>InputData</code>. This object stores 9 * The default implementation of <code>InputData</code>. This object stores
10 * multiple values separated by {@link #VALUE_SEPARATOR} for a specific key. 10 * multiple values separated by {@link #VALUE_SEPARATOR} for a specific key.
11 * 11 *
12 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 12 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
13 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 13 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
14 */ 14 */
15 public class DefaultInputData implements InputData { 15 public class DefaultInputData implements InputData {
16 16
39 /** 39 /**
40 * Descriptions for values used for user interface creation. Each value 40 * Descriptions for values used for user interface creation. Each value
41 * should have an own description in this map. 41 * should have an own description in this map.
42 */ 42 */
43 protected Map description; 43 protected Map description;
44 44
45 /** 45 /**
46 * An extra object. Might be everything. 46 * An extra object. Might be everything.
47 */ 47 */
48 protected Object object; 48 protected Object object;
49 49
126 return (String) description.get(key); 126 return (String) description.get(key);
127 } 127 }
128 128
129 /** 129 /**
130 * Return all descriptions as array. 130 * Return all descriptions as array.
131 * 131 *
132 * @return descriptions as array. 132 * @return descriptions as array.
133 */ 133 */
134 public String[] getDescription() { 134 public String[] getDescription() {
135 String[] values = splitValue(); 135 String[] values = splitValue();
136 int length = values.length; 136 int length = values.length;

http://dive4elements.wald.intevation.org