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

A term for an Integer query.

MethodgetIntegerRangeStart
Description

Gets the start of the Integer range in this term.

Returnintegerthe integer start
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.
MethodgetIntegerRangeEnd
Description

Gets the end of the Integer range in this term.

Returnintegerthe integer end
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.