Interface DecimalRangeTerm

All Superinterfaces:
QueryTerm

public interface DecimalRangeTerm extends QueryTerm

A term for a Decimal range query.

  • Method Details

    • getDecimalRangeStart

      BigDecimal getDecimalRangeStart()
      Gets the start of the Decimal range in this term.
      Returns:
      the decimal start
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.
    • getDecimalRangeEnd

      BigDecimal getDecimalRangeEnd()
      Gets the end of the Decimal range in this term.
      Returns:
      the decimal end
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.