java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.commsignia.v2x.client.model.TrafficRule |
Values for traffic rule.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TrafficRule | NO_PASSING | No passing for any vehicle | |||||||||
TrafficRule | NO_PASSING_FOR_TRUCKS | No passing for trucks | |||||||||
TrafficRule | PASS_TO_LEFT | Pass to left | |||||||||
TrafficRule | PASS_TO_RIGHT | Pass to right | |||||||||
TrafficRule | UNAVAILABLE | Unavailable |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static TrafficRule | valueOf(String name) | ||||||||||
final static TrafficRule[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |