public final enum

RoadType

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

Class Overview

Road types.

Summary

Enum Values
RoadType  NONURBAN_NO_STRUCTURAL_SEPARATION_TO_OPPOSITE_LANES  Non-urban road with no structural separation to opposite lanes  
RoadType  NONURBAN_WITH_STRUCTURAL_SEPARATION_TO_OPPOSITE_LANES  Non-urban road with structural separation to opposite lanes  
RoadType  URBAN_NO_STRUCTURAL_SEPARATION_TO_OPPOSITE_LANES  Urban road with no structural separation to opposite lanes  
RoadType  URBAN_WITH_STRUCTURAL_SEPARATION_TO_OPPOSITE_LANES  Urban road with structural separation to opposite lanes  
Public Methods
static RoadType valueOf(String name)
final static RoadType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final RoadType NONURBAN_NO_STRUCTURAL_SEPARATION_TO_OPPOSITE_LANES

Non-urban road with no structural separation to opposite lanes

public static final RoadType NONURBAN_WITH_STRUCTURAL_SEPARATION_TO_OPPOSITE_LANES

Non-urban road with structural separation to opposite lanes

public static final RoadType URBAN_NO_STRUCTURAL_SEPARATION_TO_OPPOSITE_LANES

Urban road with no structural separation to opposite lanes

public static final RoadType URBAN_WITH_STRUCTURAL_SEPARATION_TO_OPPOSITE_LANES

Urban road with structural separation to opposite lanes

Public Methods

public static RoadType valueOf (String name)

public static final RoadType[] values ()