java.lang.Object | ||
↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
↳ | com.commsignia.v2x.client.model.AccidentSubCauseCode |
Sub cause code values for accident
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final AccidentSubCauseCode | ACCIDENT_INVOLVING_BUS | Constant for accident involving bus | |||||||||
public static final AccidentSubCauseCode | ACCIDENT_INVOLVING_HAZARDOUS_MATERIALS | Constant for accident involving hazardous materials | |||||||||
public static final AccidentSubCauseCode | ACCIDENT_INVOLVING_LORRY | Constant for accident involving lorry | |||||||||
public static final AccidentSubCauseCode | ACCIDENT_ON_OPPOSITE_LANE | Constant for accident on opposite lane | |||||||||
public static final AccidentSubCauseCode | ASSISTANCE_REQUESTED | Constant for assistance requested | |||||||||
public static final AccidentSubCauseCode | HEAVY_ACCIDENT | Constant for heavy accident | |||||||||
public static final AccidentSubCauseCode | MULTI_VEHICLE_ACCIDENT | Constant for multi vehicle accident | |||||||||
public static final AccidentSubCauseCode | UNAVAILABLE | Constant for unavailable | |||||||||
public static final AccidentSubCauseCode | UNSECURED_ACCIDENT | Constant for unsecured accident |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AccidentSubCauseCode(String name) | |||||||||||
AccidentSubCauseCode(int customCauseCode) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static AccidentSubCauseCode |
of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constant for accident involving hazardous materials
Constant for accident involving lorry
Constant for accident on opposite lane
Creates a custom cause with the specified custom cause code.
customCauseCode | custom cause code |
---|