comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/describedata/KeyValueDescibeData.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 d05b17a4f3d0
children 05bf8534a35a
comparison
equal deleted inserted replaced
834:520a3b4da484 835:2423cefe7d39
3 import java.io.Serializable; 3 import java.io.Serializable;
4 4
5 /** 5 /**
6 * This interface defines some methods to retrieve a key-value pair, a state 6 * This interface defines some methods to retrieve a key-value pair, a state
7 * this data belongs to and a boolean property, if this data have been selected. 7 * this data belongs to and a boolean property, if this data have been selected.
8 * 8 *
9 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 9 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
10 */ 10 */
11 public interface KeyValueDescibeData extends Serializable { 11 public interface KeyValueDescibeData extends Serializable {
12 12
13 /** 13 /**
14 * Returns the key of this data object. 14 * Returns the key of this data object.
15 * 15 *
16 * @return the key. 16 * @return the key.
17 */ 17 */
18 public String getKey(); 18 public String getKey();
19 19
20 /** 20 /**

http://dive4elements.wald.intevation.org