OSID Logo
OSID Specifications
search package
Version 3.0.0
Release Candidate Preview
Interfaceosid.search.terms.VersionRangeTerm
Implementsosid.search.QueryTerm
Description

A term for a Version range query.

MethodgetVersionRangeStart
Description

Gets thestart of the version range in the term.

Returnosid.installation.Versionthe start version
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.
MethodgetVersionRangeEnd
Description

Gets the end of the version range in the term.

Returnosid.installation.Versionthe end version
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.