comparison artifact-database/src/main/java/de/intevation/artifactdatabase/state/Facet.java @ 226:41404961c804

Added support for facets - facets of output modes are read from configuration now. artifacts/trunk@1626 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 30 Mar 2011 14:45:15 +0000
parents
children 0a579b71496b
comparison
equal deleted inserted replaced
224:da92e7f8040b 226:41404961c804
1 package de.intevation.artifactdatabase.state;
2
3
4 /**
5 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
6 */
7 public interface Facet {
8
9 /**
10 * Returns the name of this facet.
11 *
12 * @return the name of this facet.
13 */
14 String getName();
15
16
17 /**
18 * Returns the description of this facet.
19 *
20 * @return the description of this facet.
21 */
22 String getDescription();
23 }
24 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org