
public enum TypeLandgebruikT50Type extends Enum<TypeLandgebruikT50Type>
Java class for TypeLandgebruikT50Type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TypeLandgebruikT50Type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="aanlegsteiger"/>
<enumeration value="akkerland"/>
<enumeration value="basaltblokken, steenglooiing"/>
<enumeration value="bebouwd gebied"/>
<enumeration value="boomgaard"/>
<enumeration value="boomkwekerij"/>
<enumeration value="bos: gemengd bos"/>
<enumeration value="bos: griend"/>
<enumeration value="bos: loofbos"/>
<enumeration value="bos: naaldbos"/>
<enumeration value="dodenakker"/>
<enumeration value="fruitkwekerij"/>
<enumeration value="grasland"/>
<enumeration value="heide"/>
<enumeration value="kassengebied"/>
<enumeration value="laadperron"/>
<enumeration value="populieren"/>
<enumeration value="spoorbaanlichaam"/>
<enumeration value="zand"/>
<enumeration value="overig"/>
<enumeration value="ongedefinieerd"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AANLEGSTEIGER |
AKKERLAND |
BASALTBLOKKEN_STEENGLOOIING |
BEBOUWD_GEBIED |
BOOMGAARD |
BOOMKWEKERIJ |
BOS_GEMENGD_BOS |
BOS_GRIEND |
BOS_LOOFBOS |
BOS_NAALDBOS |
DODENAKKER |
FRUITKWEKERIJ |
GRASLAND |
HEIDE |
KASSENGEBIED |
LAADPERRON |
ONGEDEFINIEERD
ruimte tussen 2 weglijnen van direct naast elkaar gelegen wegen
|
OVERIG |
POPULIEREN |
SPOORBAANLICHAAM |
ZAND |
| Modifier and Type | Method and Description |
|---|---|
static TypeLandgebruikT50Type |
fromValue(String v) |
String |
value() |
static TypeLandgebruikT50Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeLandgebruikT50Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeLandgebruikT50Type AANLEGSTEIGER
public static final TypeLandgebruikT50Type AKKERLAND
public static final TypeLandgebruikT50Type BASALTBLOKKEN_STEENGLOOIING
public static final TypeLandgebruikT50Type BEBOUWD_GEBIED
public static final TypeLandgebruikT50Type BOOMGAARD
public static final TypeLandgebruikT50Type BOOMKWEKERIJ
public static final TypeLandgebruikT50Type BOS_GEMENGD_BOS
public static final TypeLandgebruikT50Type BOS_GRIEND
public static final TypeLandgebruikT50Type BOS_LOOFBOS
public static final TypeLandgebruikT50Type BOS_NAALDBOS
public static final TypeLandgebruikT50Type DODENAKKER
public static final TypeLandgebruikT50Type FRUITKWEKERIJ
public static final TypeLandgebruikT50Type GRASLAND
public static final TypeLandgebruikT50Type HEIDE
public static final TypeLandgebruikT50Type KASSENGEBIED
public static final TypeLandgebruikT50Type LAADPERRON
public static final TypeLandgebruikT50Type POPULIEREN
public static final TypeLandgebruikT50Type SPOORBAANLICHAAM
public static final TypeLandgebruikT50Type ZAND
public static final TypeLandgebruikT50Type OVERIG
public static final TypeLandgebruikT50Type ONGEDEFINIEERD
public static TypeLandgebruikT50Type[] values()
for (TypeLandgebruikT50Type c : TypeLandgebruikT50Type.values()) System.out.println(c);
public static TypeLandgebruikT50Type 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 TypeLandgebruikT50Type fromValue(String v)
Copyright © 2014–2020 B3Partners B.V.. All rights reserved.