comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/OutputMode.java @ 36:ad381cc47217

Format Code to max 80 Chars per Row gnv/trunk@172 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 02 Oct 2009 08:54:13 +0000
parents 07e9c137a2f1
children 183850730a90
comparison
equal deleted inserted replaced
35:4405f31bbc30 36:ad381cc47217
5 5
6 import java.util.Collection; 6 import java.util.Collection;
7 7
8 /** 8 /**
9 * @author Tim Englich <tim.englich@intevation.de> 9 * @author Tim Englich <tim.englich@intevation.de>
10 * 10 *
11 */ 11 */
12 public interface OutputMode { 12 public interface OutputMode {
13 13
14 public String getName(); 14 public String getName();
15 15
16 public String getMimeType(); 16 public String getMimeType();
17 17
18 public Collection<OutputParameter > getOutputParameters(); 18 public Collection<OutputParameter> getOutputParameters();
19 19
20 } 20 }

http://dive4elements.wald.intevation.org