Interface CurrencyRangeTerm

All Superinterfaces:
QueryTerm

public interface CurrencyRangeTerm extends QueryTerm

A term for a Currency range query.

  • Method Details

    • getCurrencyRangeStart

      Currency getCurrencyRangeStart()
      Gets thestart of the currency range in the term.
      Returns:
      the currency
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.
    • getCurrencyRangeEnd

      Currency getCurrencyRangeEnd()
      Gets the end of the currency range in the term.
      Returns:
      the currency
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.