comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java @ 5643:1389bb92cc82

FacetTypes: New IS macro for sediment load, prep for issue1077.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 10 Apr 2013 09:30:55 +0200
parents 38713f32a785
children c5854dc8d6a1
comparison
equal deleted inserted replaced
5642:b5bf8a2da8d8 5643:1389bb92cc82
100 { 100 {
101 return true; 101 return true;
102 } 102 }
103 103
104 return false; 104 return false;
105 }
106 public static boolean SEDIMENT_LOAD_NO_FLOAT(String type) {
107 return type.startsWith("sedimentload") && !type.contains("susp");
105 } 108 }
106 }; 109 };
107 110
108 /** Available diagram/chart-types. This enum is evaluated at certain 111 /** Available diagram/chart-types. This enum is evaluated at certain
109 * places to iterate over chart-types to e.g. dynamically generate 112 * places to iterate over chart-types to e.g. dynamically generate

http://dive4elements.wald.intevation.org