comparison artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/salix/UseScenarioChoice.java @ 9036:c265c9fc915c

work on u-info/s-info states
author gernotbelger
date Mon, 30 Apr 2018 18:03:02 +0200
parents
children
comparison
equal deleted inserted replaced
9034:8aa7d9eaaa21 9036:c265c9fc915c
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.uinfo.salix;
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 UseScenarioChoice extends BooleanChoiceState {
17
18 private static final long serialVersionUID = 1L;
19
20 public UseScenarioChoice() {
21 super("useScenario.option", "useScenario.active", "useScenario.inactive");
22 }
23 }

http://dive4elements.wald.intevation.org