Interface | osid.search.terms.BytesTerm | ||
---|---|---|---|
Implements | osid.search.QueryTerm | ||
Description |
A term for a | ||
Method | getBytes | ||
Description |
Gets the | ||
Return | byte[] | the bytes | |
Errors | ILLEGAL_STATE | isWildcard() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | isPartial | ||
Description |
Tests if this is a partial or complete match. | ||
Return | boolean | true if a partial match, false for a complete
match | |
Compliance | mandatory | This method must be implemented. |