Class DataToolElement
java.lang.Object
fr.ens.biologie.genomique.eoulsan.galaxytools.elements.AbstractToolElement
fr.ens.biologie.genomique.eoulsan.galaxytools.elements.DataToolElement
- All Implemented Interfaces:
ToolElement
The Class ToolOutputsData.
- Since:
- 2.0
- Author:
- Sandrine Perrin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Constant TAG_NAME.static final StringThe Constant TYPE.Fields inherited from interface fr.ens.biologie.genomique.eoulsan.galaxytools.elements.ToolElement
SEP -
Constructor Summary
ConstructorsConstructorDescriptionDataToolElement(ToolInfo toolInfo, Element param, String nameSpace) Instantiates a new tool outputs data. -
Method Summary
Modifier and TypeMethodDescriptionGet the data format of the tool element.getValue()Gets the value.voidSets the value.Methods inherited from class fr.ens.biologie.genomique.eoulsan.galaxytools.elements.AbstractToolElement
equals, getHelp, getLabel, getName, getShortName, getType, getValidatedName, hashCode, isOptional, toString
-
Field Details
-
TAG_NAME
The Constant TAG_NAME.- See Also:
-
TYPE
The Constant TYPE.- See Also:
-
-
Constructor Details
-
DataToolElement
Instantiates a new tool outputs data.- Parameters:
toolInfo- the ToolInfo objectparam- the paramnameSpace- name space- Throws:
EoulsanException- if an error occurs while setting the value
-
-
Method Details
-
getValue
Description copied from interface:ToolElementGets the value.- Returns:
- the value
-
getDataFormat
Get the data format of the tool element.- Returns:
- the data format
-
setValue
Description copied from interface:ToolElementSets the value.- Parameters:
value- the value
-