OSID Logo
OSID Specifications
search package
Version 3.1.0
Interfaceosid.search.terms.IntegerRangeTerm
Implementsosid.search.QueryTerm
Used Byosid.calendaring.OffsetEventQueryInspector
osid.calendaring.SupersedingEventQueryInspector
osid.configuration.ValueQueryInspector
osid.financials.FiscalPeriodQueryInspector
osid.provisioning.RequestQueryInspector
osid.rules.check.InstructionQueryInspector
osid.voting.VoteQueryInspector
Description

A term for an Integer query.

MethodgetIntegerRangeStart
Description

Gets the start of the Integer range in this term.

Returninteger the integer start
ErrorsILLEGAL_STATE isWildcard() is true
Compliancemandatory This method must be implemented.
MethodgetIntegerRangeEnd
Description

Gets the end of the Integer range in this term.

Returninteger the integer end
ErrorsILLEGAL_STATE isWildcard() is true
Compliancemandatory This method must be implemented.