comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java @ 455:7137ef65c17c

Reintroduced titles for the "W for unausgeglichene Abfluesse". flys-artifacts/trunk@1952 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 19 May 2011 09:54:57 +0000
parents 73bc64c4a7b0
children fadf797bf123
comparison
equal deleted inserted replaced
454:2c0c22e0935d 455:7137ef65c17c
671 logger.warn("You try to get Qs, but W has been inserted."); 671 logger.warn("You try to get Qs, but W has been inserted.");
672 return null; 672 return null;
673 } 673 }
674 } 674 }
675 675
676 public boolean isQ() {
677 StateData mode = getData("wq_mode");
678 return mode != null && mode.getValue().equals("Q");
679 }
680
676 681
677 /** 682 /**
678 * Returns the Q values based on a specified kilometer range. 683 * Returns the Q values based on a specified kilometer range.
679 * 684 *
680 * @param range A 2dim array with lower and upper kilometer range. 685 * @param range A 2dim array with lower and upper kilometer range.

http://dive4elements.wald.intevation.org