Class TextParameterToolElement

All Implemented Interfaces:
ToolElement
Direct Known Subclasses:
FloatParameterToolElement, IntegerParameterToolElement

public class TextParameterToolElement extends AbstractParameterToolElement
This class define a text tool element parameter.
Since:
2.0
Author:
Laurent Jourdren
  • Field Details

  • Constructor Details

    • TextParameterToolElement

      public TextParameterToolElement(ToolInfo toolInfo, Element param) throws EoulsanException
      Instantiates a new text tool element parameter.
      Parameters:
      toolInfo - the ToolInfo object
      param - the parameter
      Throws:
      EoulsanException - if an error occurs while setting the value
    • TextParameterToolElement

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