v2x-client
| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.commsignia.v2x.client.model.HardShoulderStatus | |
Values for hard shoulder status.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| HardShoulderStatus | AVAILABLE_FOR_DRIVING | The hard shoulder is available for driving | |||||||||
| HardShoulderStatus | AVAILABLE_FOR_STOPPING | The hard shoulder is available for stopping | |||||||||
| HardShoulderStatus | CLOSED | The hard shoulder is closed | |||||||||
| HardShoulderStatus | UNAVAILABLE | The hard should status is unavailable. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static HardShoulderStatus | valueOf(String name) | ||||||||||
| final static HardShoulderStatus[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The hard shoulder is available for driving
The hard shoulder is available for stopping