view artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/SinfoCalcMode.java @ 9596:fbfd66e8fb81

Softwaretests...20181219 6.2.2: Sinfo/Ued Haupt-/Extremwerte update for current km, W/Q of selected WSPL initially visible
author mschaefer
date Tue, 05 Feb 2019 15:43:27 +0100
parents 95643dffd006
children
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;

public enum SinfoCalcMode{
	sinfo_calc_flow_depth,
	sinfo_calc_flow_depth_development,
    sinfo_calc_flow_depth_minmax,
    sinfo_calc_collision,
    sinfo_calc_transport_bodies_heights,
    sinfo_calc_flood_duration
}

http://dive4elements.wald.intevation.org