Enum Class HoofdverkeersgebruikT50Type

java.lang.Object
java.lang.Enum<HoofdverkeersgebruikT50Type>
nl.b3p.topnl.top50nl.HoofdverkeersgebruikT50Type
All Implemented Interfaces:
Serializable, Comparable<HoofdverkeersgebruikT50Type>, Constable

public enum HoofdverkeersgebruikT50Type extends Enum<HoofdverkeersgebruikT50Type>
Java class for HoofdverkeersgebruikT50Type.

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

 <simpleType name="HoofdverkeersgebruikT50Type">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="snelverkeer"/>
     <enumeration value="gemengd verkeer"/>
     <enumeration value="busverkeer"/>
     <enumeration value="fietsers, bromfietsers"/>
     <enumeration value="voetgangers"/>
     <enumeration value="vliegverkeer"/>
     <enumeration value="overig"/>
   </restriction>
 </simpleType>