comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flood_duration/WsplChoice.java @ 9054:95643dffd006

rename grounding->collision; inundation_duration->flood_duration
author gernotbelger
date Fri, 04 May 2018 13:36:01 +0200
parents artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/inundation/WsplChoice.java@ad2ae847e10e
children
comparison
equal deleted inserted replaced
9053:ad2ae847e10e 9054:95643dffd006
1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
2 * Software engineering by Intevation GmbH
3 *
4 * This file is Free Software under the GNU AGPL (>=v3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
6 * documentation coming with Dive4Elements River for details.
7 */
8
9 package org.dive4elements.river.artifacts.sinfo.flood_duration;
10
11 import org.dive4elements.river.artifacts.states.BooleanChoiceState;
12
13 /**
14 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
15 */
16 public class WsplChoice extends BooleanChoiceState {
17
18 private static final long serialVersionUID = 1L;
19
20 public WsplChoice() {
21 super("state.sinfo.wspl.option", "state.sinfo.wspl.active", "state.sinfo.wspl.inactive");
22 }
23 }

http://dive4elements.wald.intevation.org