Interface | osid.configuration.ValueCondition | ||
---|---|---|---|
Implements | osid.OsidCondition | ||
Description |
A value condition interface. | ||
Method | getValueConditionRecord | ||
Description |
Gets the record corresponding to the given | ||
Parameters | osid.type.Type | valueConditionRecordType | a value condition record type |
Return | osid.configuration.records.ValueConditionRecord | the value condition record | |
Errors | NULL_ARGUMENT | valueConditionRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(valueConditionRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |