Interface IParameter

All Superinterfaces:
IElement
All Known Implementing Classes:
RParameterElement.RParameter

public interface IParameter extends IElement
The interface for parameters.
  • Method Details

    • setValue

      void setValue(Object value)
      Set a value of a parameter.
      Parameters:
      value - The new value.
    • getValue

      Object getValue()
      Get the value of a parameter.
      Returns:
      The value.
    • getName

      String getName()
      Get the name.
      Returns:
      The name.