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