OSID Logo
OSID Specifications
mapping path rules package
Version 3.1.0
Interfaceosid.mapping.path.rules.SpeedZoneEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.mapping.path.rules.SpeedZoneEnablerAdminSession
Description

This is the form for creating and updating SpeedZoneEnablers. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the SpeedZoneEnablerAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetSpeedZoneEnablerFormRecord
Description

Gets the SpeedZoneEnablerFormRecord corresponding to the given speed zone enabler record Type.

Parametersosid.type.TypespeedZoneEnablerRecordType a speed zone enabler record type
Returnosid.mapping.path.rules.records.SpeedZoneEnablerFormRecord the speed zone enabler form record
ErrorsNULL_ARGUMENT speedZoneEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(speedZoneEnablerRecordType) is false
Compliancemandatory This method must be implemented.