comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/inundation/RiversideChoice.java @ 9050:f4b66f6692e3

sinfo.xml definition states+transitions
author gernotbelger
date Thu, 03 May 2018 14:17:58 +0200
parents
children
comparison
equal deleted inserted replaced
9045:0ddeeb413fae 9050:f4b66f6692e3
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.inundation;
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 RiversideChoice extends BooleanChoiceState {
17
18 private static final long serialVersionUID = 1L;
19
20 public RiversideChoice() {
21 super("state.sinfo.riverside.option1", "active", "inactive");
22 }
23 }

http://dive4elements.wald.intevation.org