comparison src/main/java/de/intevation/lada/exporter/ExportFormat.java @ 1043:1b9516c60a5a schema-update

Added json export.
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 05 Sep 2016 10:19:23 +0200
parents 9e733f44d8b0
children
comparison
equal deleted inserted replaced
1042:3a5a9a0492d1 1043:1b9516c60a5a
11 * Enumeration for Lada export formats. 11 * Enumeration for Lada export formats.
12 * 12 *
13 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a> 13 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
14 */ 14 */
15 public enum ExportFormat { 15 public enum ExportFormat {
16 LAF 16 LAF,
17 JSON
17 } 18 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)