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

A term for a byte query.

MethodgetBytes
Description

Gets the bytes in the term.

Returnbyte[]the bytes
ErrorsILLEGAL_STATE isWildcard() is true
CompliancemandatoryThis method must be implemented.
MethodisPartial
Description

Tests if this is a partial or complete match.

Returnboolean true if a partial match, false for a complete match
CompliancemandatoryThis method must be implemented.