java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.commsignia.v2x.client.model.StationarySince |
Values for how long the vehicle has been stationary.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
StationarySince | EQUAL_OR_GREATER_15_MINUTES | The vehicle has been stationary since more than 15 minutes | |||||||||
StationarySince | LESS_THAN_15_MINUTES | The vehicle has been stationary since less than 15 minutes | |||||||||
StationarySince | LESS_THAN_1_MINUTE | The vehicle has been stationary since less than 1 minute | |||||||||
StationarySince | LESS_THAN_2_MINUTES | The vehicle has been stationary since less than 2 minutes |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static StationarySince | valueOf(String name) | ||||||||||
final static StationarySince[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The vehicle has been stationary since more than 15 minutes
The vehicle has been stationary since less than 15 minutes
The vehicle has been stationary since less than 1 minute
The vehicle has been stationary since less than 2 minutes