public final enum

StationarySince

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.commsignia.v2x.client.model.StationarySince

Class Overview

Values for how long the vehicle has been stationary.

Summary

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
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final StationarySince EQUAL_OR_GREATER_15_MINUTES

The vehicle has been stationary since more than 15 minutes

public static final StationarySince LESS_THAN_15_MINUTES

The vehicle has been stationary since less than 15 minutes

public static final StationarySince LESS_THAN_1_MINUTE

The vehicle has been stationary since less than 1 minute

public static final StationarySince LESS_THAN_2_MINUTES

The vehicle has been stationary since less than 2 minutes

Public Methods

public static StationarySince valueOf (String name)

public static final StationarySince[] values ()