Enum Class HoofdverkeersgebruikT100Type

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

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

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

 <simpleType name="HoofdverkeersgebruikT100Type">
   <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>