E_LaneAdvisory

Java class for e_laneAdvisory

.

The following schema fragment specifies the expected content contained within this class.

{@code  }

Entries

Link copied to clipboard

May be used by traffic from both adjacent lanes as an advisory lane.

Link copied to clipboard

May be used by traffic from the inner lane as an advisory lane.

Link copied to clipboard

May not be used as an advisory lane.

Link copied to clipboard

May be used by traffic from the outer lane as an advisory lane.

Functions

Link copied to clipboard
Gets the enum associated to the value passed as parameter.
Link copied to clipboard
open fun value(): String
Gets the value associated to the enum constant.
Link copied to clipboard
open fun valueOf(name: String): E_LaneAdvisory

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.