OSID Logo
OSID Specifications
search package
Version 3.1.0
Interfaceosid.search.terms.VersionRangeTerm
Implementsosid.search.QueryTerm
Used Byosid.configuration.ValueQueryInspector
Description

A term for a Version range query.

MethodgetVersionRangeStart
Description

Gets thestart of the version range in the term.

Returnosid.installation.Version the start version
ErrorsILLEGAL_STATE isWildcard() is true
Compliancemandatory This method must be implemented.
MethodgetVersionRangeEnd
Description

Gets the end of the version range in the term.

Returnosid.installation.Version the end version
ErrorsILLEGAL_STATE isWildcard() is true
Compliancemandatory This method must be implemented.