v2x-client
| java.lang.Object | ||
| ↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
| ↳ | com.commsignia.v2x.client.model.HazardousLocationObstacleOnTheRoadSubCauseCode | |
Sub cause code values for hazardous location obstacle on the road
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final HazardousLocationObstacleOnTheRoadSubCauseCode | BIG_OBJECTS | Constant for big objects | |||||||||
| public static final HazardousLocationObstacleOnTheRoadSubCauseCode | FALLEN_TREES | Constant for fallen trees | |||||||||
| public static final HazardousLocationObstacleOnTheRoadSubCauseCode | HUB_CAPS | Constant for hub caps | |||||||||
| public static final HazardousLocationObstacleOnTheRoadSubCauseCode | PARTS_OF_TYRES | Constant for parts of tyres | |||||||||
| public static final HazardousLocationObstacleOnTheRoadSubCauseCode | PARTS_OF_VEHICLES | Constant for parts of vehicles | |||||||||
| public static final HazardousLocationObstacleOnTheRoadSubCauseCode | SHED_LOAD | Constant for shed load | |||||||||
| public static final HazardousLocationObstacleOnTheRoadSubCauseCode | UNAVAILABLE | Constant for unavailable | |||||||||
| public static final HazardousLocationObstacleOnTheRoadSubCauseCode | WAITING_VEHICLES | Constant for waiting vehicles | |||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| HazardousLocationObstacleOnTheRoadSubCauseCode(String name) | |||||||||||
| HazardousLocationObstacleOnTheRoadSubCauseCode(int customCauseCode) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static HazardousLocationObstacleOnTheRoadSubCauseCode |
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 big objects
Constant for fallen trees
Constant for parts of tyres
Constant for parts of vehicles
Constant for unavailable
Constant for waiting vehicles
Creates a custom cause with the specified custom cause code.
| customCauseCode | custom cause code |
|---|