Interface | osid.search.terms.CurrencyRangeTerm | ||
---|---|---|---|
Implements | osid.search.QueryTerm | ||
Description |
A term for a | ||
Method | getCurrencyRangeStart | ||
Description |
Gets thestart of the currency range in the term. | ||
Return | osid.financials.Currency | the currency | |
Errors | ILLEGAL_STATE | isWildcard() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getCurrencyRangeEnd | ||
Description |
Gets the end of the currency range in the term. | ||
Return | osid.financials.Currency | the currency | |
Errors | ILLEGAL_STATE | isWildcard() is true | |
Compliance | mandatory | This method must be implemented. |