annotate 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
rev   line source
626
9e733f44d8b0 Code style and comments.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 607
diff changeset
1 /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
9e733f44d8b0 Code style and comments.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 607
diff changeset
2 * Software engineering by Intevation GmbH
9e733f44d8b0 Code style and comments.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 607
diff changeset
3 *
9e733f44d8b0 Code style and comments.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 607
diff changeset
4 * This file is Free Software under the GNU GPL (v>=3)
9e733f44d8b0 Code style and comments.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 607
diff changeset
5 * and comes with ABSOLUTELY NO WARRANTY! Check out
9e733f44d8b0 Code style and comments.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 607
diff changeset
6 * the documentation coming with IMIS-Labordaten-Application for details.
9e733f44d8b0 Code style and comments.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 607
diff changeset
7 */
607
9a4ec6fb53a7 Added interface and annotation for exporter.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
8 package de.intevation.lada.exporter;
9a4ec6fb53a7 Added interface and annotation for exporter.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
9
626
9e733f44d8b0 Code style and comments.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 607
diff changeset
10 /**
9e733f44d8b0 Code style and comments.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 607
diff changeset
11 * Enumeration for Lada export formats.
9e733f44d8b0 Code style and comments.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 607
diff changeset
12 *
9e733f44d8b0 Code style and comments.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 607
diff changeset
13 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
9e733f44d8b0 Code style and comments.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 607
diff changeset
14 */
607
9a4ec6fb53a7 Added interface and annotation for exporter.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
15 public enum ExportFormat {
1043
1b9516c60a5a Added json export.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 626
diff changeset
16 LAF,
1b9516c60a5a Added json export.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 626
diff changeset
17 JSON
607
9a4ec6fb53a7 Added interface and annotation for exporter.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
18 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)