tom@8858: /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde tom@8858: * Software engineering by Intevation GmbH tom@8858: * tom@8858: * This file is Free Software under the GNU AGPL (>=v3) tom@8858: * and comes with ABSOLUTELY NO WARRANTY! Check out the tom@8858: * documentation coming with Dive4Elements River for details. tom@8858: */ tom@8858: rrenkert@8251: package org.dive4elements.river.exports.injector; rrenkert@8251: rrenkert@8251: rrenkert@8251: public interface InjectorConstants rrenkert@8251: { rrenkert@8251: public static final String CURRENT_KM = "currentkm"; rrenkert@8304: public static final String PNP = "PNP"; rrenkert@8251: }