comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/HYKArtifact.java @ 2740:64dc2997b2dd

Refactor static xpath, other artifacts will come in a later commit. flys-artifacts/trunk@4474 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 23 May 2012 10:04:11 +0000
parents c553d4fa3957
children 0251393f037c
comparison
equal deleted inserted replaced
2739:ccc955ef8811 2740:64dc2997b2dd
21 21
22 /** 22 /**
23 * Artifact to get hydr zones (HYKs). 23 * Artifact to get hydr zones (HYKs).
24 */ 24 */
25 public class HYKArtifact extends StaticFLYSArtifact { 25 public class HYKArtifact extends StaticFLYSArtifact {
26
27 /** Access ids of doc. */
28 public static final String XPATH_IDS = "/art:action/art:ids/@value";
29 26
30 /** Name of Artifact. */ 27 /** Name of Artifact. */
31 public static final String HYK_ARTIFACT_NAME = "hyk"; 28 public static final String HYK_ARTIFACT_NAME = "hyk";
32 29
33 /** Name of data item keeping the hyk id to load formations from. */ 30 /** Name of data item keeping the hyk id to load formations from. */

http://dive4elements.wald.intevation.org