public final enum

SlowVehicleState

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

Class Overview

Represents a slow vehicle state

Summary

Enum Values
SlowVehicleState  ACTIVE   
SlowVehicleState  IDLE   
SlowVehicleState  UNAVAILABLE   
Public Methods
static SlowVehicleState valueOf(String name)
final static SlowVehicleState[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SlowVehicleState ACTIVE

public static final SlowVehicleState IDLE

public static final SlowVehicleState UNAVAILABLE

Public Methods

public static SlowVehicleState valueOf (String name)

public static final SlowVehicleState[] values ()