java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.commsignia.v2x.client.model.RoadType |
Road types.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Non-urban road with no structural separation to opposite lanes
Non-urban road with structural separation to opposite lanes
Urban road with no structural separation to opposite lanes
Urban road with structural separation to opposite lanes