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

A term for a cardinal range query.

MethodgetCardinalRangeStart
Description

Gets the start of the cardinal range in the term.

Returncardinalthe cardinal start
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.
MethodgetCardinalRangeEnd
Description

Gets the end of the cardinal range in the term.

Returncardinalthe cardinal end
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.