view gnv-artifacts/src/main/java/de/intevation/gnv/transition/InputValue.java @ 73:504570de21fd

Refactoring Work depending on Infrastructurchanges in the Artifact-Module gnv-artifacts/trunk@79 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 14 Sep 2009 10:32:38 +0000
parents 6ded86ce30dd
children 3d73718aa1b8
line wrap: on
line source
/**
 *
 */
package de.intevation.gnv.transition;
/**
 * @author Tim Englich <tim.englich@intevation.de>
 *
 */
public interface InputValue {
    
    public String getName();
    public String getType();

}

http://dive4elements.wald.intevation.org