Interface DecimalRangeTerm
- All Superinterfaces:
QueryTerm
A term for a Decimal range query.
-
Method Summary
Modifier and TypeMethodDescriptionGets the end of theDecimalrange in this term.Gets the start of theDecimalrange in this term.Methods inherited from interface QueryTerm
isPositive, isWildcardModifier and TypeMethodDescriptionbooleanTests if this is a positive or negative term.booleanTests if this term is a wildcard.
-
Method Details
-
getDecimalRangeStart
BigDecimal getDecimalRangeStart()Gets the start of theDecimalrange in this term.- Returns:
- the decimal start
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-
getDecimalRangeEnd
BigDecimal getDecimalRangeEnd()Gets the end of theDecimalrange in this term.- Returns:
- the decimal end
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-