java.lang.Object | ||
↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
↳ | com.commsignia.v2x.client.model.AdverseWeatherConditionExtremeWeatherConditionSubCauseCode |
Sub cause code values for adverse weather condition extreme weather condition
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final AdverseWeatherConditionExtremeWeatherConditionSubCauseCode | BLIZZARD | Constant for blizzard | |||||||||
public static final AdverseWeatherConditionExtremeWeatherConditionSubCauseCode | DAMAGING_HAIL | Constant for damaging hail | |||||||||
public static final AdverseWeatherConditionExtremeWeatherConditionSubCauseCode | HURRICANE | Constant for hurricane | |||||||||
public static final AdverseWeatherConditionExtremeWeatherConditionSubCauseCode | STRONG_WINDS | Constant for strong winds | |||||||||
public static final AdverseWeatherConditionExtremeWeatherConditionSubCauseCode | THUNDERSTORM | Constant for thunderstorm | |||||||||
public static final AdverseWeatherConditionExtremeWeatherConditionSubCauseCode | TORNADO | Constant for tornado | |||||||||
public static final AdverseWeatherConditionExtremeWeatherConditionSubCauseCode | UNAVAILABLE | Constant for unavailable |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AdverseWeatherConditionExtremeWeatherConditionSubCauseCode(String name) | |||||||||||
AdverseWeatherConditionExtremeWeatherConditionSubCauseCode(int customCauseCode) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static AdverseWeatherConditionExtremeWeatherConditionSubCauseCode |
of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constant for blizzard
Constant for damaging hail
Constant for hurricane
Constant for strong winds
Constant for thunderstorm
Constant for tornado
Constant for unavailable
Creates a custom cause with the specified custom cause code.
customCauseCode | custom cause code |
---|