Interface | osid.search.terms.StringTerm | ||
---|---|---|---|
Implements | osid.search.QueryTerm | ||
Description |
A term for a | ||
Method | getString | ||
Description |
Gets the string in the term. | ||
Return | string | the string | |
Errors | ILLEGAL_STATE | isWildcard() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getStringMatchType | ||
Description |
Gets the string match type in the term. | ||
Return | osid.type.Type | the string match type | |
Errors | ILLEGAL_STATE | isWildcard() is true | |
Compliance | mandatory | This method must be implemented. |