comparison artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/vegetationzones/VegetationZonesTableState.java @ 9067:2ed3824a3d53

sinfo access collision, floodDuration
author gernotbelger
date Mon, 14 May 2018 14:59:10 +0200
parents 28c50f5efceb
children af73fdd96920
comparison
equal deleted inserted replaced
9066:b5d7a9d79837 9067:2ed3824a3d53
1 /** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
2 * Software engineering by
3 * Björnsen Beratende Ingenieure GmbH
4 * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
5 *
6 * This file is Free Software under the GNU AGPL (>=v3)
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details.
9 */
10 package org.dive4elements.river.artifacts.uinfo.vegetationzones;
11
12 import org.dive4elements.river.artifacts.states.DefaultState;
13
14 /**
15 * @author Domenico Nardi Tironi
16 */
17 public class VegetationZonesTableState extends DefaultState {
18
19 private static final long serialVersionUID = 1L;
20
21 @Override
22 protected String getUIProvider() {
23 return "uinfo.vegetationzones.table";
24 }
25 }

http://dive4elements.wald.intevation.org