
public enum FysiekVoorkomenWaterT50Type extends Enum<FysiekVoorkomenWaterT50Type>
Java class for FysiekVoorkomenWaterT50Type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="FysiekVoorkomenWaterT50Type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="in sluis"/>
<enumeration value="op brug"/>
<enumeration value="in duiker"/>
<enumeration value="in afsluitbare duiker"/>
<enumeration value="in grondduiker"/>
<enumeration value="in afsluitbare grondduiker"/>
<enumeration value="overkluisd"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
IN_AFSLUITBARE_DUIKER |
IN_AFSLUITBARE_GRONDDUIKER |
IN_DUIKER |
IN_GRONDDUIKER |
IN_SLUIS |
OP_BRUG |
OVERKLUISD |
| Modifier and Type | Method and Description |
|---|---|
static FysiekVoorkomenWaterT50Type |
fromValue(String v) |
String |
value() |
static FysiekVoorkomenWaterT50Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FysiekVoorkomenWaterT50Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FysiekVoorkomenWaterT50Type IN_SLUIS
public static final FysiekVoorkomenWaterT50Type OP_BRUG
public static final FysiekVoorkomenWaterT50Type IN_DUIKER
public static final FysiekVoorkomenWaterT50Type IN_AFSLUITBARE_DUIKER
public static final FysiekVoorkomenWaterT50Type IN_GRONDDUIKER
public static final FysiekVoorkomenWaterT50Type IN_AFSLUITBARE_GRONDDUIKER
public static final FysiekVoorkomenWaterT50Type OVERKLUISD
public static FysiekVoorkomenWaterT50Type[] values()
for (FysiekVoorkomenWaterT50Type c : FysiekVoorkomenWaterT50Type.values()) System.out.println(c);
public static FysiekVoorkomenWaterT50Type 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 FysiekVoorkomenWaterT50Type fromValue(String v)
Copyright © 2014–2018 B3Partners B.V.. All rights reserved.