es.unex.sextante.outputs
Class OutputTable

java.lang.Object
  extended by es.unex.sextante.outputs.Output
      extended by es.unex.sextante.outputs.OutputTable

public class OutputTable
extends Output

An output representing a table

Author:
volaya

Constructor Summary
OutputTable()
           
 
Method Summary
 java.lang.String getCommandLineParameter()
          Returns the output as a command-line parameter
 void setOutputObject(java.lang.Object obj)
          Sets a new value for the output object
 
Methods inherited from class es.unex.sextante.outputs.Output
getDescription, getFilename, getName, getNewInstance, getOutputObject, setDescription, setFilename, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputTable

public OutputTable()
Method Detail

setOutputObject

public void setOutputObject(java.lang.Object obj)
Description copied from class: Output
Sets a new value for the output object

Specified by:
setOutputObject in class Output
Parameters:
obj - the new value for the output object

getCommandLineParameter

public java.lang.String getCommandLineParameter()
Description copied from class: Output
Returns the output as a command-line parameter

Specified by:
getCommandLineParameter in class Output
Returns:
the output as a string, to save it as a command-line parameter