Interface HeadingRangeTerm
- All Superinterfaces:
QueryTerm
A term for a Heading range query.
-
Method Summary
Modifier and TypeMethodDescriptionGets the end of theHeadingrange in this term.Gets the start of theHeadingrange 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
-
getHeadingRangeStart
Heading getHeadingRangeStart()Gets the start of theHeadingrange in this term.- Returns:
- the heading start
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-
getHeadingRangeEnd
Heading getHeadingRangeEnd()Gets the end of theHeadingrange in this term.- Returns:
- the heading end
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-