java.lang.Object | ||
↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
↳ | com.commsignia.v2x.client.model.RoadworksSubCauseCode |
Sub cause code values for roadworks
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final RoadworksSubCauseCode | MAJOR_ROADWORKS | Constant for major roadworks | |||||||||
public static final RoadworksSubCauseCode | ROAD_MARKING_WORK | Constant for road marking work | |||||||||
public static final RoadworksSubCauseCode | SHORT_TERM_STATIONARY_ROADWORKS | Constant for short term stationary roadworks | |||||||||
public static final RoadworksSubCauseCode | SLOW_MOVING_ROAD_MAINTENANCE | Constant for slow moving road maintenance | |||||||||
public static final RoadworksSubCauseCode | STREET_CLEANING | Constant for street cleaning | |||||||||
public static final RoadworksSubCauseCode | UNAVAILABLE | Constant for unavailable | |||||||||
public static final RoadworksSubCauseCode | WINTER_SERVICE | Constant for winter service |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RoadworksSubCauseCode(String name) | |||||||||||
RoadworksSubCauseCode(int customCauseCode) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static RoadworksSubCauseCode |
of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constant for short term stationary roadworks
Constant for slow moving road maintenance
Creates a custom cause with the specified custom cause code.
customCauseCode | custom cause code |
---|