comparison gnv-artifacts/src/main/java/de/intevation/gnv/transition/InputData.java @ 74:3d73718aa1b8

Make the Interfaces Serializable to make them usable in the Artifactdatabase gnv-artifacts/trunk@80 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 14 Sep 2009 10:37:00 +0000
parents f01592cd6419
children 969faa37a11b
comparison
equal deleted inserted replaced
73:504570de21fd 74:3d73718aa1b8
1 /** 1 /**
2 * 2 *
3 */ 3 */
4 package de.intevation.gnv.transition; 4 package de.intevation.gnv.transition;
5
6 import java.io.Serializable;
7
5 /** 8 /**
6 * @author Tim Englich <tim.englich@intevation.de> 9 * @author Tim Englich <tim.englich@intevation.de>
7 * 10 *
8 */ 11 */
9 public interface InputData { 12 public interface InputData extends Serializable{
10 13
11 public String getName(); 14 public String getName();
12 public String getValue(); 15 public String getValue();
13 } 16 }

http://dive4elements.wald.intevation.org