comparison artifacts/src/main/java/org/dive4elements/river/artifacts/bundu/BunduResultType.java @ 9332:c64de8cc4e97

bundu.bezugswst missing volume calcResult3
author gernotbelger
date Fri, 27 Jul 2018 19:24:57 +0200
parents 127638669052
children d194c5b24bf8
comparison
equal deleted inserted replaced
9331:127638669052 9332:c64de8cc4e97
231 protected NumberFormat createFormatter(final CallContext context) { 231 protected NumberFormat createFormatter(final CallContext context) {
232 throw new UnsupportedOperationException(); 232 throw new UnsupportedOperationException();
233 } 233 }
234 }; 234 };
235 235
236 public static final BunduResultType stationForMiss = new BunduResultType(I18NStrings.UNIT_KM, I18NStrings.CSV_KM_HEADER) {
237 @Override
238 public String exportValue(final CallContext context, final Object value) {
239 return exportStringValue(value); // leider doof...
240 }
241
242 @Override
243 protected NumberFormat createFormatter(final CallContext context) {
244 throw new UnsupportedOperationException();
245 }
246 };
247
236 } 248 }

http://dive4elements.wald.intevation.org