comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java @ 3197:3e7911a02645

Register FacetType for upcoming facet. flys-artifacts/trunk@4813 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 27 Jun 2012 15:11:23 +0000
parents b6da650b0718
children 79dd823733e2
comparison
equal deleted inserted replaced
3196:b8a84ce860b9 3197:3e7911a02645
42 return type.equals(MIDDLE_BED_HEIGHT_SINGLE) 42 return type.equals(MIDDLE_BED_HEIGHT_SINGLE)
43 || type.equals(MIDDLE_BED_HEIGHT_EPOCH); 43 || type.equals(MIDDLE_BED_HEIGHT_EPOCH);
44 } 44 }
45 public static boolean MANUALPOINTS(String type) { 45 public static boolean MANUALPOINTS(String type) {
46 return type.endsWith("manualpoints"); 46 return type.endsWith("manualpoints");
47 }
48 public static boolean MANUALLINE(String type) {
49 return type.endsWith("manualline");
47 } 50 }
48 public static boolean SQ_CURVE(String type) { 51 public static boolean SQ_CURVE(String type) {
49 if (type.equals(SQ_A_CURVE) 52 if (type.equals(SQ_A_CURVE)
50 || type.equals(SQ_B_CURVE) 53 || type.equals(SQ_B_CURVE)
51 || type.equals(SQ_C_CURVE) 54 || type.equals(SQ_C_CURVE)
160 String DURATION_W = "duration_curve.w"; 163 String DURATION_W = "duration_curve.w";
161 String DURATION_Q = "duration_curve.q"; 164 String DURATION_Q = "duration_curve.q";
162 String DURATION_MAINVALUES_Q = "duration_curve.mainvalues.q"; 165 String DURATION_MAINVALUES_Q = "duration_curve.mainvalues.q";
163 166
164 String MANUALPOINTS = "manualpoints"; 167 String MANUALPOINTS = "manualpoints";
168 String MANUALLINE = "manualline";
165 169
166 String STATIC_WQ = "other.wq"; 170 String STATIC_WQ = "other.wq";
167 String STATIC_WQ_ANNOTATIONS = "other.wq.annotations"; 171 String STATIC_WQ_ANNOTATIONS = "other.wq.annotations";
168 String STATIC_WKMS = "other.wkms"; 172 String STATIC_WKMS = "other.wkms";
169 String STATIC_WQKMS = "other.wqkms"; 173 String STATIC_WQKMS = "other.wqkms";

http://dive4elements.wald.intevation.org