v2x-client
| java.lang.Object | ||
| ↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
| ↳ | com.commsignia.v2x.client.model.EmergencyVehicleApproachingSubCauseCode | |
Sub cause code values for emergency vehicle approaching
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final EmergencyVehicleApproachingSubCauseCode | EMERGENCY_VEHICLE_APPROACHING | Constant for emergency vehicle approaching | |||||||||
| public static final EmergencyVehicleApproachingSubCauseCode | PRIORITIZED_VEHICLE_APPROACHING | Constant for prioritized vehicle approaching | |||||||||
| public static final EmergencyVehicleApproachingSubCauseCode | UNAVAILABLE | Constant for unavailable | |||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| EmergencyVehicleApproachingSubCauseCode(String name) | |||||||||||
| EmergencyVehicleApproachingSubCauseCode(int customCauseCode) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static EmergencyVehicleApproachingSubCauseCode |
of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.commsignia.v2x.client.model.BaseSubCauseCode
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constant for emergency vehicle approaching
Constant for prioritized vehicle approaching
Creates a custom cause with the specified custom cause code.
| customCauseCode | custom cause code |
|---|