v2x-client
| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.commsignia.v2x.client.model.LaneBundling | |
Represents the possible choices for lane bundling
| 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
| |||||||||||
Bundled with other lanes. Used when other lane descriptions overlap this one and do not simply cross it.
Bundled with other lane types. Used when the bundled lanes are of different types (mixed mode traffic).