comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/ExportMode.java @ 699:af22fa5567a6

Removed trailing whitespace. gnv/trunk@935 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 17 Apr 2010 09:31:48 +0000
parents 254f062e334b
children 28a0628b11b0
comparison
equal deleted inserted replaced
698:d7b005107443 699:af22fa5567a6
3 import java.io.Serializable; 3 import java.io.Serializable;
4 4
5 /** 5 /**
6 * An <code>ExportMode</code> describes a specific format of an output mode 6 * An <code>ExportMode</code> describes a specific format of an output mode
7 * (e.g. pdf, svg, image). 7 * (e.g. pdf, svg, image).
8 * 8 *
9 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 9 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
10 */ 10 */
11 public interface ExportMode 11 public interface ExportMode
12 extends Serializable 12 extends Serializable
13 { 13 {
25 */ 25 */
26 public String getDescription(); 26 public String getDescription();
27 27
28 /** 28 /**
29 * Returns the mimetype used for this export mode. 29 * Returns the mimetype used for this export mode.
30 * 30 *
31 * @return the mimetype. 31 * @return the mimetype.
32 */ 32 */
33 public String getMimeType(); 33 public String getMimeType();
34 } 34 }
35 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 35 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org