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