java.lang.Object | ||
↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
↳ | com.commsignia.v2x.client.model.AdverseWeatherConditionPrecipitationSubCauseCode |
Sub cause code values for adverse weather condition precipitation
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final AdverseWeatherConditionPrecipitationSubCauseCode | HEAVY_RAIN | Constant for heavy rain | |||||||||
public static final AdverseWeatherConditionPrecipitationSubCauseCode | HEAVY_SNOWFALL | Constant for heavy snowfall | |||||||||
public static final AdverseWeatherConditionPrecipitationSubCauseCode | SOFT_HAIL | Constant for soft hail | |||||||||
public static final AdverseWeatherConditionPrecipitationSubCauseCode | UNAVAILABLE | Constant for unavailable |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AdverseWeatherConditionPrecipitationSubCauseCode(String name) | |||||||||||
AdverseWeatherConditionPrecipitationSubCauseCode(int customCauseCode) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static AdverseWeatherConditionPrecipitationSubCauseCode |
of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constant for heavy rain
Constant for heavy snowfall
Constant for soft hail
Constant for unavailable
Creates a custom cause with the specified custom cause code.
customCauseCode | custom cause code |
---|