Interface | osid.mapping.Map | ||
---|---|---|---|
Implements | osid.OsidCatalog | ||
Description |
A | ||
Method | getMapRecord | ||
Description |
Gets the map record corresponding to the given | ||
Parameters | osid.type.Type | mapRecordType | the type of map record to retrieve |
Return | osid.mapping.records.MapRecord | the map record | |
Errors | NULL_ARGUMENT | mapRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(mapRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |