Interface SpeedZoneEnabler

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidEnabler, OsidObject, OsidRule, Temporal

public interface SpeedZoneEnabler extends OsidEnabler

A SpeedZoneEnabler describes the rules for enabling SpeedZones

  • Method Details

    • getSpeedZoneEnablerRecord

      SpeedZoneEnablerRecord getSpeedZoneEnablerRecord(Type speedZoneEnablerRecordType) throws OperationFailedException
      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.
      Parameters:
      speedZoneEnablerRecordType - the type of speed zone enabler record to retrieve
      Returns:
      the speed zone enabler record
      Throws:
      NullArgumentException - speedZoneEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(speedZoneEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.