
public enum TypeWaterT50Type extends Enum<TypeWaterT50Type>
Java class for TypeWaterT50Type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TypeWaterT50Type">
<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 TypeWaterT50Type |
fromValue(String v) |
String |
value() |
static TypeWaterT50Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeWaterT50Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeWaterT50Type WATERLOOP
public static final TypeWaterT50Type MEER_PLAS_VEN_VIJVER
public static final TypeWaterT50Type GREPPEL_DROGE_SLOOT
public static final TypeWaterT50Type ZEE
public static final TypeWaterT50Type DROOGVALLEND
public static final TypeWaterT50Type BRON_WEL
public static final TypeWaterT50Type OVERIG
public static TypeWaterT50Type[] values()
for (TypeWaterT50Type c : TypeWaterT50Type.values()) System.out.println(c);
public static TypeWaterT50Type 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 TypeWaterT50Type fromValue(String v)
Copyright © 2014–2018 B3Partners B.V.. All rights reserved.