annotate flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/WQKmsResult.java @ 5622:b28a6d05e969

Add a new mechanism in mapfish print call to add arbitary data maps Data properties are identified by starting with mapfish-data and they are then split in info value pairs where info can be the description of the information and value the value of the information to be transported in the data map.
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 09 Apr 2013 19:04:32 +0200
parents cc5461a16b3f
children
rev   line source
4398
cc5461a16b3f WQKmsResult: New interface to ease Export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff changeset
1 package de.intevation.flys.artifacts.model;
cc5461a16b3f WQKmsResult: New interface to ease Export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff changeset
2
cc5461a16b3f WQKmsResult: New interface to ease Export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff changeset
3 import de.intevation.flys.artifacts.model.WQKms;
cc5461a16b3f WQKmsResult: New interface to ease Export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff changeset
4
cc5461a16b3f WQKmsResult: New interface to ease Export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff changeset
5 /** A result that delivers WQKms. */
cc5461a16b3f WQKmsResult: New interface to ease Export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff changeset
6 public interface WQKmsResult {
cc5461a16b3f WQKmsResult: New interface to ease Export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff changeset
7 public WQKms[] getWQKms();
cc5461a16b3f WQKmsResult: New interface to ease Export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff changeset
8 }
cc5461a16b3f WQKmsResult: New interface to ease Export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff changeset
9

http://dive4elements.wald.intevation.org