comparison artifact-database/src/main/java/de/intevation/artifactdatabase/state/Output.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 1a3fb29b8b2e
children 9e12f3fbcf78
comparison
equal deleted inserted replaced
224:da92e7f8040b 226:41404961c804
1 package de.intevation.artifactdatabase.state; 1 package de.intevation.artifactdatabase.state;
2
3 import java.util.List;
2 4
3 5
4 /** 6 /**
5 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 7 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
6 */ 8 */
24 * Retrieve the mimetype used for the output. 26 * Retrieve the mimetype used for the output.
25 * 27 *
26 * @return the mimetype. 28 * @return the mimetype.
27 */ 29 */
28 public String getMimeType(); 30 public String getMimeType();
31
32 /**
33 * Retrieve the facets of this output.
34 *
35 * @return the facets of this output.
36 */
37 public List<Facet> getFacets();
29 } 38 }
30 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 : 39 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf-8 :

http://dive4elements.wald.intevation.org