comparison artifacts/src/main/java/org/dive4elements/river/artifacts/access/FixAnalysisAccess.java @ 6574:4930ea445bdd

Docs, cosmetics.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 17 Jul 2013 09:57:10 +0200
parents 29dc6b6e7199
children 0a5239a1e46e
comparison
equal deleted inserted replaced
6573:7d86ed4537d9 6574:4930ea445bdd
31 31
32 public FixAnalysisAccess(D4EArtifact artifact) { 32 public FixAnalysisAccess(D4EArtifact artifact) {
33 super(artifact); 33 super(artifact);
34 } 34 }
35 35
36 /** Access the reference date period, return null in case of 'errors'. */
36 public DateRange getReferencePeriod() { 37 public DateRange getReferencePeriod() {
37 if (referencePeriod == null) { 38 if (referencePeriod == null) {
38 StateData refStart = artifact.getData("ref_start"); 39 StateData refStart = artifact.getData("ref_start");
39 StateData refEnd = artifact.getData("ref_end"); 40 StateData refEnd = artifact.getData("ref_end");
40 41

http://dive4elements.wald.intevation.org