java.lang.Object
fr.ens.biologie.genomique.eoulsan.galaxytools.elements.AbstractToolElement
fr.ens.biologie.genomique.eoulsan.galaxytools.elements.DataToolElement
All Implemented Interfaces:
ToolElement

public class DataToolElement extends AbstractToolElement
The Class ToolOutputsData.
Since:
2.0
Author:
Sandrine Perrin
  • Field Details

  • Constructor Details

    • DataToolElement

      public DataToolElement(ToolInfo toolInfo, Element param, String nameSpace) throws EoulsanException
      Instantiates a new tool outputs data.
      Parameters:
      toolInfo - the ToolInfo object
      param - the param
      nameSpace - name space
      Throws:
      EoulsanException - if an error occurs while setting the value
  • Method Details

    • getValue

      public String getValue()
      Description copied from interface: ToolElement
      Gets the value.
      Returns:
      the value
    • getDataFormat

      public DataFormat getDataFormat()
      Get the data format of the tool element.
      Returns:
      the data format
    • setValue

      public void setValue(String value)
      Description copied from interface: ToolElement
      Sets the value.
      Parameters:
      value - the value