Enum Class TypeGeografischGebiedT100Type

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

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

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

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