Interface | osid.dictionary.EntryForm | ||
---|---|---|---|
Implements | osid.OsidObjectForm | ||
Description |
This is the form for creating and updating an | ||
Method | getValueMetadata | ||
Description |
Gets the metadata for the vakue. | ||
Return | osid.Metadata | metadata for the value | |
Compliance | mandatory | This method must be implemented. | |
Method | setValue | ||
Description |
Sets the value. | ||
Parameters | object | value | the value |
Errors | INVALID_ARGUMENT | value is invalid | |
NO_ACCESS | Metadata.isReadOnly() is true | ||
NULL_ARGUMENT | value is null | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearValue | ||
Description |
Removes the value. | ||
Errors | NO_ACCESS | Metadata.isRequired() is true or
Metadata.isReadOnly() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getEntryFormRecord | ||
Description |
Gets the | ||
Parameters | osid.type.Type | entryRecordType | an entry record type |
Return | osid.dictionary.records.EntryFormRecord | the entry form 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. |