Interface IDtoStaticNumericalCondition

All Superinterfaces:
IDtoAbstractCondition
All Known Implementing Classes:
DtoStaticNumericalCondition

public interface IDtoStaticNumericalCondition extends IDtoAbstractCondition
Lower and upper threshold.
  • Field Details

  • Method Details

    • getType

      String getType()
      Specified by:
      getType in interface IDtoAbstractCondition
    • getUpperThreshold

      Double getUpperThreshold()
      Upper threshold.
    • setUpperThreshold

      void setUpperThreshold(Double upperThreshold)
      Upper threshold.
    • getLowerThreshold

      Double getLowerThreshold()
      Lower threshold.
    • setLowerThreshold

      void setLowerThreshold(Double lowerThreshold)
      Lower threshold.