Interface | osid.dictionary.Entry | ||
---|---|---|---|
Implements | osid.OsidObject | ||
Description |
An | ||
Method | getKeyType | ||
Description |
Gets the | ||
Return | osid.type.Type | the key Type | |
Compliance | mandatory | This method must be implemented. | |
Method | getKey | ||
Description |
Gets the key of this entry. | ||
Return | object | the key | |
Compliance | mandatory | This method must be implemented. | |
Method | getValueType | ||
Description |
Gets the | ||
Return | osid.type.Type | the value Type | |
Compliance | mandatory | This method must be implemented. | |
Method | getValue | ||
Description |
Gets the value in this entry. | ||
Return | object | the value | |
Compliance | mandatory | This method must be implemented. | |
Method | getEntryRecord | ||
Description |
Gets the entry record corresponding to the given | ||
Parameters | osid.type.Type | entryRecordType | the type of the record to retrieve |
Return | osid.dictionary.records.EntryRecord | the entry record | |
Errors | NULL_ARGUMENT | entryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(entryRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |