
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>
| 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 TypeGeografischGebiedT50Type |
fromValue(String v) |
String |
value() |
static TypeGeografischGebiedT50Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeGeografischGebiedT50Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeGeografischGebiedT50Type BOSGEBIED
public static final TypeGeografischGebiedT50Type BUURTSCHAP
public static final TypeGeografischGebiedT50Type EILAND
public static final TypeGeografischGebiedT50Type GEUL_VAARGEUL
public static final TypeGeografischGebiedT50Type HUIZENGROEP
public static final TypeGeografischGebiedT50Type KAAP_HOEK
public static final TypeGeografischGebiedT50Type PLAATS_BEWOOND_OORD
public static final TypeGeografischGebiedT50Type TERP
public static final TypeGeografischGebiedT50Type WOONWIJK
public static final TypeGeografischGebiedT50Type ZEEGAT_ZEEARM
public static final TypeGeografischGebiedT50Type OVERIG
public static TypeGeografischGebiedT50Type[] values()
for (TypeGeografischGebiedT50Type c : TypeGeografischGebiedT50Type.values()) System.out.println(c);
public static TypeGeografischGebiedT50Type 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 TypeGeografischGebiedT50Type fromValue(String v)
Copyright © 2014–2018 B3Partners B.V.. All rights reserved.