
public enum TypeHoogteT100Type extends Enum<TypeHoogteT100Type>
Java class for TypeHoogteT100Type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TypeHoogteT100Type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="dieptelijn"/>
<enumeration value="dieptepunt"/>
<enumeration value="hoogtelijn"/>
<enumeration value="hoogtepunt"/>
<enumeration value="hoogwaterlijn"/>
<enumeration value="laagwaterlijn"/>
<enumeration value="peil:winterpeil"/>
<enumeration value="peil:zomerpeil"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DIEPTELIJN |
DIEPTEPUNT |
HOOGTELIJN |
HOOGTEPUNT |
HOOGWATERLIJN |
LAAGWATERLIJN |
PEIL_WINTERPEIL |
PEIL_ZOMERPEIL |
| Modifier and Type | Method and Description |
|---|---|
static TypeHoogteT100Type |
fromValue(String v) |
String |
value() |
static TypeHoogteT100Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeHoogteT100Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeHoogteT100Type DIEPTELIJN
public static final TypeHoogteT100Type DIEPTEPUNT
public static final TypeHoogteT100Type HOOGTELIJN
public static final TypeHoogteT100Type HOOGTEPUNT
public static final TypeHoogteT100Type HOOGWATERLIJN
public static final TypeHoogteT100Type LAAGWATERLIJN
public static final TypeHoogteT100Type PEIL_WINTERPEIL
public static final TypeHoogteT100Type PEIL_ZOMERPEIL
public static TypeHoogteT100Type[] values()
for (TypeHoogteT100Type c : TypeHoogteT100Type.values()) System.out.println(c);
public static TypeHoogteT100Type 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 TypeHoogteT100Type fromValue(String v)
Copyright © 2014–2020 B3Partners B.V.. All rights reserved.