
public enum TypeLandgebruikT100Type extends Enum<TypeLandgebruikT100Type>
Java class for TypeLandgebruikT100Type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TypeLandgebruikT100Type">
<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 TypeLandgebruikT100Type |
fromValue(String v) |
String |
value() |
static TypeLandgebruikT100Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeLandgebruikT100Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeLandgebruikT100Type AANLEGSTEIGER
public static final TypeLandgebruikT100Type AKKERLAND
public static final TypeLandgebruikT100Type BASALTBLOKKEN_STEENGLOOIING
public static final TypeLandgebruikT100Type BEBOUWD_GEBIED
public static final TypeLandgebruikT100Type BOOMGAARD
public static final TypeLandgebruikT100Type BOOMKWEKERIJ
public static final TypeLandgebruikT100Type BOS_GEMENGD_BOS
public static final TypeLandgebruikT100Type BOS_GRIEND
public static final TypeLandgebruikT100Type BOS_LOOFBOS
public static final TypeLandgebruikT100Type BOS_NAALDBOS
public static final TypeLandgebruikT100Type DODENAKKER
public static final TypeLandgebruikT100Type FRUITKWEKERIJ
public static final TypeLandgebruikT100Type GRASLAND
public static final TypeLandgebruikT100Type HEIDE
public static final TypeLandgebruikT100Type KASSENGEBIED
public static final TypeLandgebruikT100Type LAADPERRON
public static final TypeLandgebruikT100Type POPULIEREN
public static final TypeLandgebruikT100Type SPOORBAANLICHAAM
public static final TypeLandgebruikT100Type ZAND
public static final TypeLandgebruikT100Type OVERIG
public static final TypeLandgebruikT100Type ONGEDEFINIEERD
public static TypeLandgebruikT100Type[] values()
for (TypeLandgebruikT100Type c : TypeLandgebruikT100Type.values()) System.out.println(c);
public static TypeLandgebruikT100Type 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 TypeLandgebruikT100Type fromValue(String v)
Copyright © 2014–2018 B3Partners B.V.. All rights reserved.