Abstract
Readonly
Return the modality of the restriction based on it's defaultType and drivingProfiles as listed below;
+-------------------+-------------+------------------+-------------------------------------------+ | Modality | defaultType | driveProfileType | Semantics | +-------------------+-------------+------------------+-------------------------------------------+ | DRIVING_BLOCKED | FREE | BLOCKED | Some vehicles are blocked, others allowed | | DRIVING_BLOCKED | BLOCKED | N/A | All vehicles are blocked | | DRIVING_ALLOWED | BLOCKED | FREE | Some vehicles are allowed, others blocked | | DRIVING_TOLL_FREE | TOLL | FREE | Some vehicles don't pay, others pay | +-------------------+-------------+------------------+-------------------------------------------+
The modality
Return the modality of the restriction based on it's defaultType and drivingProfiles as listed below;
+-------------------+-------------+------------------+-------------------------------------------+ | Modality | defaultType | driveProfileType | Semantics | +-------------------+-------------+------------------+-------------------------------------------+ | DRIVING_BLOCKED | FREE | BLOCKED | Some vehicles are blocked, others allowed | | DRIVING_BLOCKED | BLOCKED | N/A | All vehicles are blocked | | DRIVING_ALLOWED | BLOCKED | FREE | Some vehicles are allowed, others blocked | | DRIVING_TOLL_FREE | TOLL | FREE | Some vehicles don't pay, others pay | +-------------------+-------------+------------------+-------------------------------------------+