Interface SpeedZoneEnablerForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidEnablerForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, OsidTemporalForm, Suppliable

public interface SpeedZoneEnablerForm extends OsidEnablerForm

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.

  • Method Details

    • getSpeedZoneEnablerFormRecord

      SpeedZoneEnablerFormRecord getSpeedZoneEnablerFormRecord(Type speedZoneEnablerRecordType) throws OperationFailedException
      Gets the SpeedZoneEnablerFormRecord corresponding to the given speed zone enabler record Type .
      Parameters:
      speedZoneEnablerRecordType - a speed zone enabler record type
      Returns:
      the speed zone enabler form record
      Throws:
      NullArgumentException - speedZoneEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(speedZoneEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.