| Interface | osid.search.terms.VersionRangeTerm | ||
|---|---|---|---|
| Implements | osid.search.QueryTerm | ||
| Description | A term for a  | ||
| Method | getVersionRangeStart | ||
| Description | Gets thestart of the version range in the term. | ||
| Return | osid.installation.Version | the start version | |
| Errors | ILLEGAL_STATE |  isWildcard() is true  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getVersionRangeEnd | ||
| Description | Gets the end of the version range in the term. | ||
| Return | osid.installation.Version | the end version | |
| Errors | ILLEGAL_STATE |  isWildcard() is true  | |
| Compliance | mandatory | This method must be implemented. | |