v2x-client
| java.lang.Object | ||
| ↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
| ↳ | com.commsignia.v2x.client.model.HumanPresenceOnTheRoadSubCauseCode | |
Sub cause code values for human presence on the road
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final HumanPresenceOnTheRoadSubCauseCode | CHILDREN_ON_ROADWAY | Constant for children on roadway | |||||||||
| public static final HumanPresenceOnTheRoadSubCauseCode | CYCLIST_ON_ROADWAY | Constant for cyclist on roadway | |||||||||
| public static final HumanPresenceOnTheRoadSubCauseCode | MOTORCYCLIST_ON_ROADWAY | Constant for motorcyclist on roadway | |||||||||
| public static final HumanPresenceOnTheRoadSubCauseCode | UNAVAILABLE | Constant for unavailable | |||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| HumanPresenceOnTheRoadSubCauseCode(String name) | |||||||||||
| HumanPresenceOnTheRoadSubCauseCode(int customCauseCode) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static HumanPresenceOnTheRoadSubCauseCode |
of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.commsignia.v2x.client.model.BaseSubCauseCode
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constant for children on roadway
Constant for cyclist on roadway
Constant for motorcyclist on roadway
Creates a custom cause with the specified custom cause code.
| customCauseCode | custom cause code |
|---|