OSID Logo
OSID Specifications
search package
Version 3.1.0
Interfaceosid.search.terms.HeadingRangeTerm
Implementsosid.search.QueryTerm
Description

A term for a Heading range query.

MethodgetHeadingRangeStart
Description

Gets the start of the Heading range in this term.

Returnosid.mapping.Heading the heading start
ErrorsILLEGAL_STATE isWildcard() is true
Compliancemandatory This method must be implemented.
MethodgetHeadingRangeEnd
Description

Gets the end of the Heading range in this term.

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