Interface IDtoStaticNumericalCondition
- All Superinterfaces:
IDtoAbstractCondition
- All Known Implementing Classes:
DtoStaticNumericalCondition
Lower and upper threshold.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionLower threshold.getType()Upper threshold.voidsetLowerThreshold(Double lowerThreshold) Lower threshold.voidsetUpperThreshold(Double upperThreshold) Upper threshold.
-
Field Details
-
_DISCRIMINATOR_TYPE_NAME
- See Also:
-
-
Method Details
-
getType
String getType()- Specified by:
getTypein interfaceIDtoAbstractCondition
-
getUpperThreshold
Double getUpperThreshold()Upper threshold. -
setUpperThreshold
Upper threshold. -
getLowerThreshold
Double getLowerThreshold()Lower threshold. -
setLowerThreshold
Lower threshold.
-