comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/SInfoResultType.java @ 9312:740d65e4aa14

Q [m³/s] one message
author gernotbelger
date Thu, 26 Jul 2018 15:54:20 +0200
parents 6c88ad449c83
children 7b2b086e45f0
comparison
equal deleted inserted replaced
9311:7c7f73e5e01e 9312:740d65e4aa14
363 protected NumberFormat createFormatter(final CallContext context) { 363 protected NumberFormat createFormatter(final CallContext context) {
364 throw new UnsupportedOperationException(); 364 throw new UnsupportedOperationException();
365 } 365 }
366 }; 366 };
367 367
368 public static final SInfoResultType location = new SInfoResultType(I18NStrings.UNIT_NONE, SInfoI18NStrings.CSV_LOCATION_HEADER) {
369 private static final long serialVersionUID = 1L;
370
371 @Override
372 public String exportValue(final CallContext context, final Object value) {
373 return exportStringValue(value);
374 }
375
376 @Override
377 protected NumberFormat createFormatter(final CallContext context) {
378 throw new UnsupportedOperationException();
379 }
380 };
381
382 public static final SInfoResultType soilkind = new SInfoResultType(I18NStrings.UNIT_NONE, SInfoI18NStrings.CSV_TKHKIND_HEADER, 368 public static final SInfoResultType soilkind = new SInfoResultType(I18NStrings.UNIT_NONE, SInfoI18NStrings.CSV_TKHKIND_HEADER,
383 "sinfo.export.tkh.pdf.header.tkhkind") { 369 "sinfo.export.tkh.pdf.header.tkhkind") {
384 private static final long serialVersionUID = 1L; 370 private static final long serialVersionUID = 1L;
385 371
386 @Override 372 @Override

http://dive4elements.wald.intevation.org