Interface CurrencyRangeTerm
- All Superinterfaces:
QueryTerm
A term for a Currency range query.
-
Method Summary
Modifier and TypeMethodDescriptionGets the end of the currency range in the term.Gets thestart of the currency range in the 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
-
getCurrencyRangeStart
Currency getCurrencyRangeStart()Gets thestart of the currency range in the term.- Returns:
- the currency
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-
getCurrencyRangeEnd
Currency getCurrencyRangeEnd()Gets the end of the currency range in the term.- Returns:
- the currency
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-