
public enum TypeVerhardingT50Type extends Enum<TypeVerhardingT50Type>
Java class for TypeVerhardingT50Type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TypeVerhardingT50Type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="verhard"/>
<enumeration value="half verhard"/>
<enumeration value="onverhard"/>
<enumeration value="onbekend"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
HALF_VERHARD |
ONBEKEND |
ONVERHARD |
VERHARD |
| Modifier and Type | Method and Description |
|---|---|
static TypeVerhardingT50Type |
fromValue(String v) |
String |
value() |
static TypeVerhardingT50Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeVerhardingT50Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeVerhardingT50Type VERHARD
public static final TypeVerhardingT50Type HALF_VERHARD
public static final TypeVerhardingT50Type ONVERHARD
public static final TypeVerhardingT50Type ONBEKEND
public static TypeVerhardingT50Type[] values()
for (TypeVerhardingT50Type c : TypeVerhardingT50Type.values()) System.out.println(c);
public static TypeVerhardingT50Type 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 TypeVerhardingT50Type fromValue(String v)
Copyright © 2014–2020 B3Partners B.V.. All rights reserved.