annotate artifacts/src/main/java/org/dive4elements/river/artifacts/model/WQKmsResult.java @ 8870:c26fb37899ca

Introduced groups for modules. Modules marked with the same group-id, will be put together in the ui. Also using now the localization info from the server instead of localizing the modules again on the client side.
author gernotbelger
date Wed, 07 Feb 2018 11:59:13 +0100
parents 4930ea445bdd
children
rev   line source
5863
4897a58c8746 River artifacts: Added new copyright headers.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
4897a58c8746 River artifacts: Added new copyright headers.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
2 * Software engineering by Intevation GmbH
4897a58c8746 River artifacts: Added new copyright headers.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
3 *
5994
af13ceeba52a Removed trailing whitespace.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5869
diff changeset
4 * This file is Free Software under the GNU AGPL (>=v3)
5863
4897a58c8746 River artifacts: Added new copyright headers.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
5994
af13ceeba52a Removed trailing whitespace.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5869
diff changeset
6 * documentation coming with Dive4Elements River for details.
5863
4897a58c8746 River artifacts: Added new copyright headers.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
7 */
4897a58c8746 River artifacts: Added new copyright headers.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5838
diff changeset
8
5831
bd047b71ab37 Repaired internal references
Sascha L. Teichmann <teichmann@intevation.de>
parents: 4398
diff changeset
9 package org.dive4elements.river.artifacts.model;
4398
cc5461a16b3f WQKmsResult: New interface to ease Export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff changeset
10
cc5461a16b3f WQKmsResult: New interface to ease Export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff changeset
11 /** A result that delivers WQKms. */
cc5461a16b3f WQKmsResult: New interface to ease Export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff changeset
12 public interface WQKmsResult {
cc5461a16b3f WQKmsResult: New interface to ease Export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff changeset
13 public WQKms[] getWQKms();
cc5461a16b3f WQKmsResult: New interface to ease Export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff changeset
14 }
6574
4930ea445bdd Docs, cosmetics.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5994
diff changeset
15 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org