
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>
| Enum Constant and Description |
|---|
BOSGEBIED |
BUURTSCHAP |
EILAND |
GEUL_VAARGEUL |
HUIZENGROEP |
KAAP_HOEK |
OVERIG |
PLAATS_BEWOOND_OORD |
TERP |
WOONWIJK |
ZEEGAT_ZEEARM |
| Modifier and Type | Method and Description |
|---|---|
static TypeGeografischGebiedT100Type |
fromValue(String v) |
String |
value() |
static TypeGeografischGebiedT100Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeGeografischGebiedT100Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeGeografischGebiedT100Type BOSGEBIED
public static final TypeGeografischGebiedT100Type BUURTSCHAP
public static final TypeGeografischGebiedT100Type EILAND
public static final TypeGeografischGebiedT100Type GEUL_VAARGEUL
public static final TypeGeografischGebiedT100Type HUIZENGROEP
public static final TypeGeografischGebiedT100Type KAAP_HOEK
public static final TypeGeografischGebiedT100Type PLAATS_BEWOOND_OORD
public static final TypeGeografischGebiedT100Type TERP
public static final TypeGeografischGebiedT100Type WOONWIJK
public static final TypeGeografischGebiedT100Type ZEEGAT_ZEEARM
public static final TypeGeografischGebiedT100Type OVERIG
public static TypeGeografischGebiedT100Type[] values()
for (TypeGeografischGebiedT100Type c : TypeGeografischGebiedT100Type.values()) System.out.println(c);
public static TypeGeografischGebiedT100Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static TypeGeografischGebiedT100Type fromValue(String v)
Copyright © 2014–2017 B3Partners B.V.. All rights reserved.