view artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/UinfoCalcMode.java @ 9039:13b5b515c61f

Cant use lambda in java 7 code
author gernotbelger
date Wed, 02 May 2018 12:16:47 +0200
parents fb9430250899
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.uinfo;

public enum UinfoCalcMode{
	uinfo_salix_line,
	uinfo_inundation_duration,
	uinfo_vegetation_zones
}

http://dive4elements.wald.intevation.org