view gnv-artifacts/src/main/java/de/intevation/gnv/state/InputData.java @ 606:9efc1c256dbb

Added the support of the usecase that one FIS can be identified by different MapServices. In that case the parameters will be merged into the existing FIS. gnv-artifacts/trunk@672 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 09 Feb 2010 15:23:07 +0000
parents 9681ac6b6527
children 292fbcd5e9ac
line wrap: on
line source
/**
 *
 */
package de.intevation.gnv.state;

import java.io.Serializable;

/**
 * @author Tim Englich <tim.englich@intevation.de>
 * 
 */
public interface InputData extends Serializable {

    public String getName();

    public String getValue();

    public void concartValue(String value);
    
    String[] splitValue();
}

http://dive4elements.wald.intevation.org