Interface | osid.communication.ResponseOption | ||
---|---|---|---|
Implements | osid.OsidObject | ||
Description |
A response option. The option may be labeled in the display name and described using the description. | ||
Method | getResponseOptionRecord | ||
Description |
Gets the response option record corresponding to the
given | ||
Parameters | osid.type.Type | responseOptionRecordType | the type of the record to retrieve |
Return | osid.communication.records.ResponseOptionRecord | the response option record | |
Errors | NULL_ARGUMENT | responseOptionRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(responseOptionRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |