E_RoadType

Java class for e_roadType.

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


<simpleType name="e_roadType">
  <restriction base="{http://www.w3.org/2001/XMLSchema}string">
    <enumeration value="unknown"/>
    <enumeration value="rural"/>
    <enumeration value="motorway"/>
    <enumeration value="town"/>
    <enumeration value="lowSpeed"/>
    <enumeration value="pedestrian"/>
    <enumeration value="bicycle"/>
    <enumeration value="townExpressway"/>
    <enumeration value="townCollector"/>
    <enumeration value="townArterial"/>
    <enumeration value="townPrivate"/>
    <enumeration value="townLocal"/>
    <enumeration value="townPlayStreet"/>
  </restriction>
</simpleType>

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

In Germany, lowSpeed is equivalent to a 30km/h zone

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun value(): String
Link copied to clipboard
open fun valueOf(name: String): E_RoadType

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
open fun values(): Array<E_RoadType>

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.