comparison gnv-artifacts/src/main/java/de/intevation/gnv/exports/StringArrayKey.java @ 1034:50a5ce7a47b7

Implemented an odv exporter for product type 'Horizontales Schnittprofil' (issue260). gnv-artifacts/trunk@1082 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 10 May 2010 10:29:55 +0000
parents feae2f9d6c6f
children f953c9a559d8
comparison
equal deleted inserted replaced
1033:35c442410738 1034:50a5ce7a47b7
56 * @return the stored origin Values of the Key 56 * @return the stored origin Values of the Key
57 */ 57 */
58 public String[] getValue() { 58 public String[] getValue() {
59 return value; 59 return value;
60 } 60 }
61
62 public String getKey() {
63 return key;
64 }
61 } 65 }

http://dive4elements.wald.intevation.org