comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/InputParameter.java @ 12:4ebe57b170d3

Integration of moving through the Artifact-States and rendering the UI. gnv/trunk@91 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 16 Sep 2009 07:44:26 +0000
parents
children ad381cc47217
comparison
equal deleted inserted replaced
11:3cb753564552 12:4ebe57b170d3
1 /**
2 *
3 */
4 package de.intevation.gnv.artifactdatabase.objects;
5 /**
6 * @author Tim Englich <tim.englich@intevation.de>
7 *
8 */
9 public interface InputParameter {
10
11 public String getName();
12
13 public String[] getValues();
14
15 }

http://dive4elements.wald.intevation.org