Mercurial > dive4elements > river
view gwt-client/src/test/java/test/IFilenameMapper.java @ 9447:3f4215ddd6b4
Changed bundu bzws soundings selection to single select, added bed height query variant for field bed heights
author | mschaefer |
---|---|
date | Wed, 22 Aug 2018 09:00:54 +0200 |
parents | e567fac95e3d |
children |
line wrap: on
line source
/** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde * Software engineering by * Björnsen Beratende Ingenieure GmbH * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt * * 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 test; /** * @author Domenico Nardi Tironi * */ public interface IFilenameMapper { String getFilename(); }