java.lang.Object | ||
↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
↳ | com.commsignia.v2x.client.model.HazardousLocationDangerousCurveSubCauseCode |
Sub cause code values for hazardous location dangerous curve
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final HazardousLocationDangerousCurveSubCauseCode | DANGEROUS_LEFT_TURN_CURVE | Constant for dangerous left turn curve | |||||||||
public static final HazardousLocationDangerousCurveSubCauseCode | DANGEROUS_RIGHT_TURN_CURVE | Constant for dangerous right turn curve | |||||||||
public static final HazardousLocationDangerousCurveSubCauseCode | MULTIPLE_CURVES_STARTING_WITH_LEFT_TURN | Constant for multiple curves starting with left turn | |||||||||
public static final HazardousLocationDangerousCurveSubCauseCode | MULTIPLE_CURVES_STARTING_WITH_RIGHT_TURN | Constant for multiple curves starting with right turn | |||||||||
public static final HazardousLocationDangerousCurveSubCauseCode | MULTIPLE_CURVES_STARTING_WITH_UNKNOWN_TURNING_DIRECTION | Constant for multiple curves starting with unknown turning direction | |||||||||
public static final HazardousLocationDangerousCurveSubCauseCode | UNAVAILABLE | Constant for unavailable |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
HazardousLocationDangerousCurveSubCauseCode(String name) | |||||||||||
HazardousLocationDangerousCurveSubCauseCode(int customCauseCode) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static HazardousLocationDangerousCurveSubCauseCode |
of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constant for dangerous left turn curve
Constant for dangerous right turn curve
Constant for multiple curves starting with left turn
Constant for multiple curves starting with right turn
Constant for multiple curves starting with unknown turning direction
Constant for unavailable
Creates a custom cause with the specified custom cause code.
customCauseCode | custom cause code |
---|