
public enum TypeWaterT100Type extends Enum<TypeWaterT100Type>
Java class for TypeWaterT100Type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TypeWaterT100Type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="waterloop"/>
<enumeration value="meer, plas, ven, vijver"/>
<enumeration value="greppel, droge sloot"/>
<enumeration value="zee"/>
<enumeration value="droogvallend"/>
<enumeration value="bron, wel"/>
<enumeration value="overig"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BRON_WEL |
DROOGVALLEND |
GREPPEL_DROGE_SLOOT |
MEER_PLAS_VEN_VIJVER |
OVERIG |
WATERLOOP |
ZEE |
| Modifier and Type | Method and Description |
|---|---|
static TypeWaterT100Type |
fromValue(String v) |
String |
value() |
static TypeWaterT100Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeWaterT100Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeWaterT100Type WATERLOOP
public static final TypeWaterT100Type MEER_PLAS_VEN_VIJVER
public static final TypeWaterT100Type GREPPEL_DROGE_SLOOT
public static final TypeWaterT100Type ZEE
public static final TypeWaterT100Type DROOGVALLEND
public static final TypeWaterT100Type BRON_WEL
public static final TypeWaterT100Type OVERIG
public static TypeWaterT100Type[] values()
for (TypeWaterT100Type c : TypeWaterT100Type.values()) System.out.println(c);
public static TypeWaterT100Type 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 TypeWaterT100Type fromValue(String v)
Copyright © 2014–2020 B3Partners B.V.. All rights reserved.