public final enum

LaneBundling

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

Class Overview

Represents the possible choices for lane bundling

Summary

Enum Values
LaneBundling  BUNDLED_WITH_OTHER_LANES  Bundled with other lanes. 
LaneBundling  BUNDLED_WITH_OTHER_LANE_TYPES  Bundled with other lane types. 
Public Methods
static LaneBundling valueOf(String name)
final static LaneBundling[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final LaneBundling BUNDLED_WITH_OTHER_LANES

Bundled with other lanes. Used when other lane descriptions overlap this one and do not simply cross it.

public static final LaneBundling BUNDLED_WITH_OTHER_LANE_TYPES

Bundled with other lane types. Used when the bundled lanes are of different types (mixed mode traffic).

Public Methods

public static LaneBundling valueOf (String name)

public static final LaneBundling[] values ()