Interface DateTimeResolutionTerm

All Superinterfaces:
QueryTerm

public interface DateTimeResolutionTerm extends QueryTerm

A term for a DateTimeResolution query.

  • Method Details

    • getDateTimeResolution

      DateTimeResolution getDateTimeResolution()
      Gets the date time range in the term.
      Returns:
      the resolution
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.