comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/CrossSectionArtifact.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 d35e37b6a211
children 0251393f037c
comparison
equal deleted inserted replaced
2739:ccc955ef8811 2740:64dc2997b2dd
35 35
36 /** 36 /**
37 * Artifact describing a cross-section. 37 * Artifact describing a cross-section.
38 */ 38 */
39 public class CrossSectionArtifact extends StaticFLYSArtifact { 39 public class CrossSectionArtifact extends StaticFLYSArtifact {
40
41 /** Access ids of doc. */
42 public static final String XPATH_IDS = "/art:action/art:ids/@value";
43 40
44 /** Name of Artifact. */ 41 /** Name of Artifact. */
45 public static final String CS_ARTIFACT_NAME = "cross_section"; 42 public static final String CS_ARTIFACT_NAME = "cross_section";
46 43
47 /** Name of state. */ 44 /** Name of state. */

http://dive4elements.wald.intevation.org