java.lang.Object | ||
↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
↳ | com.commsignia.v2x.client.model.AdverseWeatherConditionVisibilitySubCauseCode |
Sub cause code values for adverse weather condition visibility
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final AdverseWeatherConditionVisibilitySubCauseCode | FOG | Constant for fog | |||||||||
public static final AdverseWeatherConditionVisibilitySubCauseCode | HEAVY_HAIL | Constant for heavy hail | |||||||||
public static final AdverseWeatherConditionVisibilitySubCauseCode | HEAVY_RAIN | Constant for heavy rain | |||||||||
public static final AdverseWeatherConditionVisibilitySubCauseCode | HEAVY_SNOWFALL | Constant for heavy snowfall | |||||||||
public static final AdverseWeatherConditionVisibilitySubCauseCode | LOW_SUN_GLARE | Constant for low sun glare | |||||||||
public static final AdverseWeatherConditionVisibilitySubCauseCode | SANDSTORMS | Constant for sandstorms | |||||||||
public static final AdverseWeatherConditionVisibilitySubCauseCode | SMOKE | Constant for smoke | |||||||||
public static final AdverseWeatherConditionVisibilitySubCauseCode | SWARMS_OF_INSECTS | Constant for swarms of insects | |||||||||
public static final AdverseWeatherConditionVisibilitySubCauseCode | UNAVAILABLE | Constant for unavailable |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AdverseWeatherConditionVisibilitySubCauseCode(String name) | |||||||||||
AdverseWeatherConditionVisibilitySubCauseCode(int customCauseCode) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static AdverseWeatherConditionVisibilitySubCauseCode |
of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constant for heavy hail
Constant for heavy rain
Constant for heavy snowfall
Constant for low sun glare
Constant for sandstorms
Constant for swarms of insects
Constant for unavailable
Creates a custom cause with the specified custom cause code.
customCauseCode | custom cause code |
---|