OSID Logo
OSID Specifications
mapping path rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.path.rules.SpeedZoneEnabler
Implementsosid.OsidEnabler
Description

A SpeedZoneEnabler describes the rules for enabling SpeedZones

MethodgetSpeedZoneEnablerRecord
Description

Gets the speed zone enabler record corresponding to the given SpeedZoneEnabler record Type. This method is used to retrieve an object implementing the requested record. The speedZoneEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(speedZoneEnablerRecordType) is true .

Parametersosid.type.TypespeedZoneEnablerRecordTypethe type of speed zone enabler record to retrieve
Returnosid.mapping.path.rules.records.SpeedZoneEnablerRecordthe speed zone enabler record
ErrorsNULL_ARGUMENT speedZoneEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(speedZoneEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.