comparison artifacts/src/main/java/org/dive4elements/river/artifacts/bundu/bezugswst/FixationManual.java @ 9267:c7e5285d434f

bundu bezugswst work
author gernotbelger
date Wed, 18 Jul 2018 15:34:53 +0200
parents
children
comparison
equal deleted inserted replaced
9266:465347d12990 9267:c7e5285d434f
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.bundu.bezugswst;
10
11 import org.apache.log4j.Logger;
12 import org.dive4elements.river.artifacts.states.DefaultState;
13
14 /**
15 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
16 */
17 public class FixationManual extends DefaultState {
18
19 /** The log used in this class. */
20 private static Logger log = Logger.getLogger(FixationManual.class);
21
22 /**
23 * The default constructor that initializes an empty State object.
24 */
25 public FixationManual() {
26 }
27
28 @Override
29 protected String getUIProvider() {
30 return "bundu.fix.period_panel";
31 }
32
33 }

http://dive4elements.wald.intevation.org