OSID Logo
OSID Specifications
mapping path rules package
Version 3.1.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.TypespeedZoneEnablerRecordType the type of speed zone enabler record to retrieve
Returnosid.mapping.path.rules.records.SpeedZoneEnablerRecord the speed zone enabler record
ErrorsNULL_ARGUMENT speedZoneEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(speedZoneEnablerRecordType) is false
Compliancemandatory This method must be implemented.