view artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthPairSelectState.java @ 9221:5c34fe17ef15

Exchanged left and right side for waterlevel/sounding selection
author gernotbelger
date Wed, 04 Jul 2018 12:00:57 +0200
parents 5294114b1df4
children 839b2aa84dd0
line wrap: on
line source
/** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
 * Software engineering by
 *  Björnsen Beratende Ingenieure GmbH
 *  Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
 *
 * This file is Free Software under the GNU AGPL (>=v3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out the
 * documentation coming with Dive4Elements River for details.
 */
package org.dive4elements.river.artifacts.sinfo.flowdepth;

import org.dive4elements.river.artifacts.sinfo.common.DatacagePairSelectState;

/**
 * @author Gernot Belger
 *
 */
// REMARK: very ugly; but probably we will break the serialization of WaterlevelPairSelectState if we introduce an
// abstraction
public final class FlowDepthPairSelectState extends DatacagePairSelectState {

    private static final long serialVersionUID = 1L;

    public FlowDepthPairSelectState() {
        super("sinfo_flowdepth_twin_panel", "diffids");
    }
}

http://dive4elements.wald.intevation.org