v2x-client
| java.lang.Object | ||
| ↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
| ↳ | com.commsignia.v2x.client.model.StationaryVehicleSubCauseCode | |
Sub cause code values for stationary vehicle
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final StationaryVehicleSubCauseCode | CARRYING_DANGEROUS_GOODS | Constant for carrying dangerous goods | |||||||||
| public static final StationaryVehicleSubCauseCode | HUMAN_PROBLEM | Constant for human problem | |||||||||
| public static final StationaryVehicleSubCauseCode | POST_CRASH | Constant for post crash | |||||||||
| public static final StationaryVehicleSubCauseCode | PUBLIC_TRANSPORT_STOP | Constant for public transport stop | |||||||||
| public static final StationaryVehicleSubCauseCode | UNAVAILABLE | Constant for unavailable | |||||||||
| public static final StationaryVehicleSubCauseCode | VEHICLE_BREAKDOWN | Constant for vehicle breakdown | |||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| StationaryVehicleSubCauseCode(String name) | |||||||||||
| StationaryVehicleSubCauseCode(int customCauseCode) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static StationaryVehicleSubCauseCode |
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 carrying dangerous goods
Constant for public transport stop
Creates a custom cause with the specified custom cause code.
| customCauseCode | custom cause code |
|---|