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

A term for a String query.

MethodgetString
Description

Gets the string in the term.

Returnstringthe string
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.
MethodgetStringMatchType
Description

Gets the string match type in the term.

Returnosid.type.Typethe string match type
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.