comparison artifact-database/src/main/java/de/intevation/artifactdatabase/state/Output.java @ 290:995fa6994480

Outputs can have a member variable 'type' that should make it easier to distinguish the type of an Output. artifacts/trunk@2310 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 08 Jul 2011 08:20:59 +0000
parents 9e12f3fbcf78
children a8e009ebe13c
comparison
equal deleted inserted replaced
289:cf2e8cca02b7 290:995fa6994480
27 * 27 *
28 * @return the mimetype. 28 * @return the mimetype.
29 */ 29 */
30 public String getMimeType(); 30 public String getMimeType();
31 31
32
33 /**
34 * Returns the type of this output.
35 *
36 * @return the type.
37 */
38 public String getType();
39
32 /** 40 /**
33 * Retrieve the facets of this output. 41 * Retrieve the facets of this output.
34 * 42 *
35 * @return the facets of this output. 43 * @return the facets of this output.
36 */ 44 */

http://dive4elements.wald.intevation.org