comparison artifacts/src/main/java/org/dive4elements/river/exports/process/AnnotationProcessor.java @ 7161:b7b839557282

Handle flow velocity annotation in annoation processor
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 26 Sep 2013 10:37:24 +0200
parents 7fc41a235f47
children e4606eae8ea5
comparison
equal deleted inserted replaced
7160:f2ffa631c2ed 7161:b7b839557282
78 public boolean canHandle(String facetType) { 78 public boolean canHandle(String facetType) {
79 if (facetType == null) { 79 if (facetType == null) {
80 return false; 80 return false;
81 } 81 }
82 return facetType.equals(FacetTypes.LONGITUDINAL_ANNOTATION) || 82 return facetType.equals(FacetTypes.LONGITUDINAL_ANNOTATION) ||
83 facetType.equals(FacetTypes.MIDDLE_BED_HEIGHT_ANNOTATION); 83 facetType.equals(FacetTypes.MIDDLE_BED_HEIGHT_ANNOTATION) ||
84 facetType.equals(FacetTypes.FLOW_VELOCITY_ANNOTATION);
84 } 85 }
85 } 86 }

http://dive4elements.wald.intevation.org