diff gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactDescription.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
line wrap: on
line diff
--- a/gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactDescription.java	Fri Oct 02 08:49:18 2009 +0000
+++ b/gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactDescription.java	Fri Oct 02 08:54:13 2009 +0000
@@ -10,7 +10,7 @@
 
 /**
  * @author Tim Englich <tim.englich@intevation.de>
- *
+ * 
  */
 public interface ArtifactDescription {
 
@@ -20,12 +20,14 @@
     public Node getCurrentUI();
 
     /**
-      @param currentUI the currentUI to set
+     * @param currentUI
+     *            the currentUI to set
      */
     public void setCurrentUI(Node currentUI);
 
     /**
-      @param currentOut the currentOut to set
+     * @param currentOut
+     *            the currentOut to set
      */
     public void setCurrentOut(Node currentOut);
 
@@ -33,8 +35,10 @@
      * @return the reachableStates
      */
     public Collection<String> getReachableStates();
+
     /**
-      @param reachableStates the reachableStates to set
+     * @param reachableStates
+     *            the reachableStates to set
      */
     public void setReachableStates(Collection<String> reachableStates);
 
@@ -44,30 +48,31 @@
     public String getCurrentState();
 
     /**
-      @param currentState the currentState to set
+     * @param currentState
+     *            the currentState to set
      */
     public void setCurrentState(String currentState);
-    
+
     /**
      * @return the reachableStates
      */
     public Collection<String> getInputParameter();
-    
+
     /**
      * @param inputParameter
      */
     public void setInputParameter(Collection<String> inputParameter);
-    
+
     /**
      * @return the reachableStates
      */
     public Map<String, OutputMode> getOutputModes();
-    
+
     /**
      * @return the reachableStates
      */
     public Collection<OutputMode> getOutputModesAsCollection();
-    
+
     /**
      * @param outputParameter
      */

http://dive4elements.wald.intevation.org