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

A term for a Decimal range query.

MethodgetDecimalRangeStart
Description

Gets the start of the Decimal range in this term.

Returndecimalthe decimal start
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.
MethodgetDecimalRangeEnd
Description

Gets the end of the Decimal range in this term.

Returndecimalthe decimal end
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.