comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/MINFOArtifact.java @ 3318:dbe2f85bf160

merged flys-artifacts/2.8
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:14:35 +0200
parents b888c5eb65b3
children a66df8e8d3df
comparison
equal deleted inserted replaced
2987:98c7a46ec5ae 3318:dbe2f85bf160
1 package de.intevation.flys.artifacts;
2
3 import de.intevation.flys.artifacts.model.FacetTypes;
4
5 /**
6 * The default MINFO artifact.
7 *
8 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
9 */
10 public class MINFOArtifact
11 extends FLYSArtifact
12 implements FacetTypes {
13
14 /** The name of the artifact. */
15 public static final String ARTIFACT_NAME = "minfo";
16
17
18 /**
19 * The default constructor.
20 */
21 public MINFOArtifact() {
22 }
23
24 /**
25 * Returns the name of the concrete artifact.
26 *
27 * @return the name of the concrete artifact.
28 */
29 @Override
30 public String getName() {
31 return ARTIFACT_NAME;
32 }
33 }
34 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org