comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/OutputParameter.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
1 /** 1 /**
2 * 2 *
3 */ 3 */
4 package de.intevation.gnv.artifactdatabase.objects; 4 package de.intevation.gnv.artifactdatabase.objects;
5
5 /** 6 /**
6 * @author Tim Englich <tim.englich@intevation.de> 7 * @author Tim Englich <tim.englich@intevation.de>
7 * 8 *
8 */ 9 */
9 public interface OutputParameter { 10 public interface OutputParameter {
10 11
11
12 String getName(); 12 String getName();
13
13 String getValue(); 14 String getValue();
15
14 String getDescription(); 16 String getDescription();
17
15 String getType(); 18 String getType();
16 19
17 } 20 }

http://dive4elements.wald.intevation.org