Interface | osid.search.terms.IntegerRangeTerm | ||
---|---|---|---|
Implements | osid.search.QueryTerm | ||
Description |
A term for an | ||
Method | getIntegerRangeStart | ||
Description |
Gets the start of the | ||
Return | integer | the integer start | |
Errors | ILLEGAL_STATE | isWildcard() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getIntegerRangeEnd | ||
Description |
Gets the end of the | ||
Return | integer | the integer end | |
Errors | ILLEGAL_STATE | isWildcard() is true | |
Compliance | mandatory | This method must be implemented. |