diff flys-client/src/main/java/de/intevation/flys/client/shared/model/ArtifactDescription.java @ 2467:070321cf17e1

Added the WQ tables to the helper panel of the WQSimpleArrayPanel. flys-client/trunk@4174 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 20 Mar 2012 12:59:25 +0000
parents af6ad7522351
children e8a4d2fd25cc
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/shared/model/ArtifactDescription.java	Tue Mar 20 12:57:03 2012 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/shared/model/ArtifactDescription.java	Tue Mar 20 12:59:25 2012 +0000
@@ -63,6 +63,24 @@
 
 
     /**
+     * Returns the selected reference gauge (which needs to be a data named
+     * 'reference_gauge'.
+     *
+     * @return the selected reference gauge (which needs to be a data named
+     * 'reference_gauge'.
+     */
+    public String getReferenceGauge();
+
+
+    /**
+     * Returns the string value of a data object with name <i>dataName</i>.
+     *
+     * @return the string value of a data object with name <i>dataName</i>.
+     */
+    public String getDataValueAsString(String dataName);
+
+
+    /**
      * Returns the available output modes.
      *
      * @return the available output modes.

http://dive4elements.wald.intevation.org