OSID Logo
OSID Specifications
mapping path rules package
Version 3.0.0
Interfaceosid.mapping.path.rules.SpeedZoneEnabler
Implementsosid.OsidEnabler
Used Byosid.mapping.path.rules.SpeedZoneEnablerAdminSession
osid.mapping.path.rules.SpeedZoneEnablerList
osid.mapping.path.rules.SpeedZoneEnablerLookupSession
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_ARGUMENTspeedZoneEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(speedZoneEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.