Interface ParameterIF

All Superinterfaces:
ConfigurableItemIF, IdentifierAble, Serializable
All Known Implementing Classes:
ParameterImpl

public interface ParameterIF extends ConfigurableItemIF
A parameter is a data container to store a name and a value.
Version:
11.1.0
Author:
Fabian Knoll fabian.knoll@koelsch-altmann.de
  • Method Details

    • getValue

      String getValue()
      Get value of parameter.
      Returns:
      Value of parameter
    • setValue

      void setValue(String iValue)
      Set value of parameter.
      Parameters:
      iValue - value of parameter
    • isValid

      boolean isValid()
      Is the item valid?
      Returns:
      true, if the item is valid.
    • validate

      void validate()
      Validate the item.
    • setValid

      void setValid(boolean iValid)
      Set the item valid or not.
      Parameters:
      iValid - true, if valid