Interface TmaPolicyPscvValueComparator
- All Known Implementing Classes:
TmaPolicyPscvBooleanComparator,TmaPolicyPscvNumericValueComaprator,TmaPolicyPscvStringComparator
public interface TmaPolicyPscvValueComparator
Checks whether a ProductSpecificationCharacteristicValue is within a range.
- Since:
- 1805
-
Method Summary
Modifier and TypeMethodDescriptionbooleancompare(String prodPscvValue, UsageUnitModel prodPscvUnit, String stMin, String stMax, UsageUnitModel stUnit) Checks whether a ProductSpecificationCharacteristicValue is within a range.
-
Method Details
-
compare
boolean compare(String prodPscvValue, UsageUnitModel prodPscvUnit, String stMin, String stMax, UsageUnitModel stUnit) Checks whether a ProductSpecificationCharacteristicValue is within a range.- Parameters:
prodPscvValue- the value to be checkedprodPscvUnit- the unit for the value to be checkedstMin- the lower value of the rangestMax- the higher value of the rangestUnit- the unit for the range- Returns:
- true if the value is within the range; false otherwise
-