Interface DecimalTerm
- All Superinterfaces:
QueryTerm
A decimal for a Float query.
-
Method Summary
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
-
getDecimal
BigDecimal getDecimal()Gets theDecimalin this term.- Returns:
- the decimal value
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-