view artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/grounding/YearChoice.java @ 9050:f4b66f6692e3

sinfo.xml definition states+transitions
author gernotbelger
date Thu, 03 May 2018 14:17:58 +0200
parents
children
line wrap: on
line source
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
 * Software engineering by Intevation GmbH
 *
 * This file is Free Software under the GNU AGPL (>=v3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out the
 * documentation coming with Dive4Elements River for details.
 */

package org.dive4elements.river.artifacts.sinfo.grounding;

import org.dive4elements.river.artifacts.states.BooleanChoiceState;

/**
 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
 */
public class YearChoice extends BooleanChoiceState {

    private static final long serialVersionUID = 1L;

    public YearChoice() {
        super("option", "active", "inactive"); // TODO: RADIO-Btn-Impl
    }
}

http://dive4elements.wald.intevation.org