
public enum HoofdverkeersgebruikT100Type extends Enum<HoofdverkeersgebruikT100Type>
Java class for HoofdverkeersgebruikT100Type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="HoofdverkeersgebruikT100Type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="snelverkeer"/>
<enumeration value="gemengd verkeer"/>
<enumeration value="busverkeer"/>
<enumeration value="fietsers, bromfietsers"/>
<enumeration value="voetgangers"/>
<enumeration value="vliegverkeer"/>
<enumeration value="overig"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BUSVERKEER |
FIETSERS_BROMFIETSERS |
GEMENGD_VERKEER |
OVERIG |
SNELVERKEER |
VLIEGVERKEER |
VOETGANGERS |
| Modifier and Type | Method and Description |
|---|---|
static HoofdverkeersgebruikT100Type |
fromValue(String v) |
String |
value() |
static HoofdverkeersgebruikT100Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoofdverkeersgebruikT100Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HoofdverkeersgebruikT100Type SNELVERKEER
public static final HoofdverkeersgebruikT100Type GEMENGD_VERKEER
public static final HoofdverkeersgebruikT100Type BUSVERKEER
public static final HoofdverkeersgebruikT100Type FIETSERS_BROMFIETSERS
public static final HoofdverkeersgebruikT100Type VOETGANGERS
public static final HoofdverkeersgebruikT100Type VLIEGVERKEER
public static final HoofdverkeersgebruikT100Type OVERIG
public static HoofdverkeersgebruikT100Type[] values()
for (HoofdverkeersgebruikT100Type c : HoofdverkeersgebruikT100Type.values()) System.out.println(c);
public static HoofdverkeersgebruikT100Type 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 HoofdverkeersgebruikT100Type fromValue(String v)
Copyright © 2014–2017 B3Partners B.V.. All rights reserved.