OSID Logo
OSID Specifications
search package
Version 3.1.0
Interfaceosid.search.terms.SpeedRangeTerm
Implementsosid.search.QueryTerm
Used Byosid.mapping.path.SpeedZoneQueryInspector
Description

A term for a Speed range query.

MethodgetSpeedRangeStart
Description

Gets th start of the Speed range in this term.

Returnosid.mapping.Speed the speed start
ErrorsILLEGAL_STATE isWildcard() is true
Compliancemandatory This method must be implemented.
MethodgetSpeedRangeEnd
Description

Gets the end of the Speed range in this term.

Returnosid.mapping.Speed the speed end
ErrorsILLEGAL_STATE isWildcard() is true
Compliancemandatory This method must be implemented.