Enum Class TypeGeografischGebiedT50Type

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

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

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

 <simpleType name="TypeGeografischGebiedT50Type">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="bosgebied"/>
     <enumeration value="buurtschap"/>
     <enumeration value="eiland"/>
     <enumeration value="geul, vaargeul"/>
     <enumeration value="huizengroep"/>
     <enumeration value="kaap, hoek"/>
     <enumeration value="plaats, bewoond oord"/>
     <enumeration value="terp"/>
     <enumeration value="woonwijk"/>
     <enumeration value="zeegat, zeearm"/>
     <enumeration value="overig"/>
   </restriction>
 </simpleType>