public final enum

VehicleRole

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

Class Overview

Vehicle roles.

Summary

Enum Values
VehicleRole  AGRICULTURE  Agriculture  
VehicleRole  COMMERCIAL  Commercial  
VehicleRole  DANGEROUS_GOODS  Dangerous goods  
VehicleRole  DEFAULT  Default  
VehicleRole  EMERGENCY  Emergency  
VehicleRole  MILITARY  Military  
VehicleRole  PUBLIC_TRANSPORT  Public transport  
VehicleRole  RESCUE  Rescue  
VehicleRole  ROAD_OPERATOR  Road operator  
VehicleRole  ROAD_WORK  Road work  
VehicleRole  SAFETY_CAR  Safety car  
VehicleRole  SPECIAL_TRANSPORT  Special transport  
VehicleRole  TAXI  Taxi  
Public Methods
static VehicleRole valueOf(String name)
final static VehicleRole[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final VehicleRole AGRICULTURE

Agriculture

public static final VehicleRole COMMERCIAL

Commercial

public static final VehicleRole DANGEROUS_GOODS

Dangerous goods

public static final VehicleRole DEFAULT

Default

public static final VehicleRole EMERGENCY

Emergency

public static final VehicleRole MILITARY

Military

public static final VehicleRole PUBLIC_TRANSPORT

Public transport

public static final VehicleRole RESCUE

Rescue

public static final VehicleRole ROAD_OPERATOR

Road operator

public static final VehicleRole ROAD_WORK

Road work

public static final VehicleRole SAFETY_CAR

Safety car

public static final VehicleRole SPECIAL_TRANSPORT

Special transport

public static final VehicleRole TAXI

Taxi

Public Methods

public static VehicleRole valueOf (String name)

public static final VehicleRole[] values ()