java.lang.Object | ||
↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
↳ | com.commsignia.v2x.client.model.TrafficConditionSubCauseCode |
Sub cause code values for traffic condition
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final TrafficConditionSubCauseCode | INCREASED_VOLUME_OF_TRAFFIC | Constant for increased volume of traffic | |||||||||
public static final TrafficConditionSubCauseCode | TRAFFIC_JAM_DECREASING | Constant for traffic jam decreasing | |||||||||
public static final TrafficConditionSubCauseCode | TRAFFIC_JAM_INCREASING | Constant for traffic jam increasing | |||||||||
public static final TrafficConditionSubCauseCode | TRAFFIC_JAM_SLIGHTLY_DECREASING | Constant for traffic jam slightly decreasing | |||||||||
public static final TrafficConditionSubCauseCode | TRAFFIC_JAM_SLOWLY_INCREASING | Constant for traffic jam slowly increasing | |||||||||
public static final TrafficConditionSubCauseCode | TRAFFIC_JAM_STRONGLY_DECREASING | Constant for traffic jam strongly decreasing | |||||||||
public static final TrafficConditionSubCauseCode | TRAFFIC_JAM_STRONGLY_INCREASING | Constant for traffic jam strongly increasing | |||||||||
public static final TrafficConditionSubCauseCode | TRAFFIC_STATIONARY | Constant for traffic stationary | |||||||||
public static final TrafficConditionSubCauseCode | UNAVAILABLE | Constant for unavailable |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TrafficConditionSubCauseCode(String name) | |||||||||||
TrafficConditionSubCauseCode(int customCauseCode) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static TrafficConditionSubCauseCode |
of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constant for increased volume of traffic
Constant for traffic jam decreasing
Constant for traffic jam increasing
Constant for traffic jam slightly decreasing
Constant for traffic jam slowly increasing
Constant for traffic jam strongly decreasing
Constant for traffic jam strongly increasing
Creates a custom cause with the specified custom cause code.
customCauseCode | custom cause code |
---|