Class EmptyToolElement
- java.lang.Object
- 
- fr.ens.biologie.genomique.eoulsan.galaxytools.elements.EmptyToolElement
 
- 
- All Implemented Interfaces:
- ToolElement
 
 public class EmptyToolElement extends Object implements ToolElement This class define an empty tool element.- Since:
- 2.0
- Author:
- Sandrine Perrin
 
- 
- 
Field Summary- 
Fields inherited from interface fr.ens.biologie.genomique.eoulsan.galaxytools.elements.ToolElementSEP
 
- 
 - 
Constructor SummaryConstructors Constructor Description EmptyToolElement()Public constructor.EmptyToolElement(String toolElementName)Public constructor.EmptyToolElement(String toolElementName, String nameSpace)Public constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the name.StringgetShortName()Gets the short name.StringgetValidatedName()Gets the name which respect Eoulsan's syntax.StringgetValue()Gets the value.voidsetValue(String value)Sets the value.
 
- 
- 
- 
Constructor Detail- 
EmptyToolElementpublic EmptyToolElement() Public constructor.
 - 
EmptyToolElementpublic EmptyToolElement(String toolElementName) Public constructor.- Parameters:
- toolElementName- name of the tool element
 
 
- 
 - 
Method Detail- 
getShortNamepublic String getShortName() Description copied from interface:ToolElementGets the short name.- Specified by:
- getShortNamein interface- ToolElement
- Returns:
- the short name
 
 - 
getNamepublic String getName() Description copied from interface:ToolElementGets the name.- Specified by:
- getNamein interface- ToolElement
- Returns:
- the name
 
 - 
getValidatedNamepublic String getValidatedName() Description copied from interface:ToolElementGets the name which respect Eoulsan's syntax.- Specified by:
- getValidatedNamein interface- ToolElement
- Returns:
- the name
 
 - 
getValuepublic String getValue() Description copied from interface:ToolElementGets the value.- Specified by:
- getValuein interface- ToolElement
- Returns:
- the value
 
 - 
setValuepublic void setValue(String value) Description copied from interface:ToolElementSets the value.- Specified by:
- setValuein interface- ToolElement
- Parameters:
- value- the value
 
 
- 
 
-