Interface DurationTerm

All Superinterfaces:
QueryTerm

public interface DurationTerm extends QueryTerm

A term for a Duration query.

  • Method Details

    • getDuration

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