Interface | osid.OsidRecord | ||
---|---|---|---|
Description |
| ||
Method | implementsRecordType | ||
Description |
Tests if the given type is implemented by this record.
Other types than that directly indicated by | ||
Parameters | osid.type.Type | recordType | a type |
Return | boolean | true if the given record Type is implemented
by this record, false otherwise | |
Errors | NULL_ARGUMENT | recordType is null | |
Compliance | mandatory | This method must be implemented. |