Interface ToolElement
- All Known Implementing Classes:
AbstractParameterToolElement,AbstractToolElement,BooleanParameterToolElement,ConditionalToolElement,DataToolElement,EmptyToolElement,FloatParameterToolElement,IntegerParameterToolElement,SelectParameterToolElement,TextParameterToolElement
public interface ToolElement
The ToolElement interface.
- Since:
- 2.0
- Author:
- Sandrine Perrin
-
Field Details
-
SEP
The Constant SEP.- See Also:
-
-
Method Details
-
getName
String getName()Gets the name.- Returns:
- the name
-
getShortName
String getShortName()Gets the short name.- Returns:
- the short name
-
getValidatedName
String getValidatedName()Gets the name which respect Eoulsan's syntax.- Returns:
- the name
-
getValue
String getValue()Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the value- Throws:
EoulsanException- the eoulsan exception
-