Interface HeadingRangeTerm

All Superinterfaces:
QueryTerm

public interface HeadingRangeTerm extends QueryTerm

A term for a Heading range query.

  • Method Details

    • getHeadingRangeStart

      Heading getHeadingRangeStart()
      Gets the start of the Heading range in this term.
      Returns:
      the heading start
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.
    • getHeadingRangeEnd

      Heading getHeadingRangeEnd()
      Gets the end of the Heading range in this term.
      Returns:
      the heading end
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.