public interface SpeedZoneEnabler extends OsidEnabler
A SpeedZoneEnabler describes the rules for enabling
SpeedZones
| Modifier and Type | Method and Description |
|---|---|
SpeedZoneEnablerRecord |
getSpeedZoneEnablerRecord(Type speedZoneEnablerRecordType)
Gets the speed zone enabler record corresponding to the given
SpeedZoneEnabler record Type. |
getCyclicEvent, getCyclicEventId, getDemographic, getDemographicId, getEvent, getEventId, getSchedule, getScheduleId, isEffectiveByCyclicEvent, isEffectiveByEvent, isEffectiveBySchedule, isEffectiveForDemographicgetDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeisActive, isDisabled, isEnabled, isOperationalgetEndDate, getStartDate, isEffectiveSpeedZoneEnablerRecord getSpeedZoneEnablerRecord(Type speedZoneEnablerRecordType) throws OperationFailedException
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
.speedZoneEnablerRecordType - the type of speed zone enabler
record to retrieveNullArgumentException -
speedZoneEnablerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(speedZoneEnablerRecordType) is
false mandatory - This method must be implemented.