java.lang.Object | ||
↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
↳ | com.commsignia.v2x.client.model.HazardousLocationAnimalOnTheRoadSubCauseCode |
Sub cause code values for hazardous location animal on the road
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final HazardousLocationAnimalOnTheRoadSubCauseCode | HERD_OF_ANIMALS | Constant for herd of animals | |||||||||
public static final HazardousLocationAnimalOnTheRoadSubCauseCode | LARGE_ANIMALS | Constant for large animals | |||||||||
public static final HazardousLocationAnimalOnTheRoadSubCauseCode | SMALL_ANIMALS | Constant for small animals | |||||||||
public static final HazardousLocationAnimalOnTheRoadSubCauseCode | UNAVAILABLE | Constant for unavailable | |||||||||
public static final HazardousLocationAnimalOnTheRoadSubCauseCode | WILD_ANIMALS | Constant for wild animals |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
HazardousLocationAnimalOnTheRoadSubCauseCode(String name) | |||||||||||
HazardousLocationAnimalOnTheRoadSubCauseCode(int customCauseCode) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static HazardousLocationAnimalOnTheRoadSubCauseCode |
of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constant for herd of animals
Constant for large animals
Constant for small animals
Constant for unavailable
Constant for wild animals
Creates a custom cause with the specified custom cause code.
customCauseCode | custom cause code |
---|