Interface DurationRangeTerm

All Superinterfaces:
QueryTerm

public interface DurationRangeTerm extends QueryTerm

A term for a Duration range query.

  • Method Details

    • getDurationRangeStart

      Duration getDurationRangeStart()
      Gets the start of the Duration range in this term.
      Returns:
      the duration start
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.
    • getDurationRangeEnd

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