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