public enum BodenbelagWohnenTyp extends Enum<BodenbelagWohnenTyp>
Java class for BodenbelagWohnenTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="BodenbelagWohnenTyp"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="keineAngabe"/> <enumeration value="Fliesen"/> <enumeration value="Dielen"/> <enumeration value="Laminat"/> <enumeration value="Parkett"/> <enumeration value="PVC"/> <enumeration value="Teppichboden"/> </restriction> </simpleType>
Enum Constant and Description |
---|
DIELEN |
FLIESEN |
KEINE_ANGABE |
LAMINAT |
PARKETT |
PVC |
TEPPICHBODEN |
Modifier and Type | Method and Description |
---|---|
static BodenbelagWohnenTyp |
fromValue(String v) |
String |
value() |
static BodenbelagWohnenTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BodenbelagWohnenTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BodenbelagWohnenTyp KEINE_ANGABE
public static final BodenbelagWohnenTyp FLIESEN
public static final BodenbelagWohnenTyp DIELEN
public static final BodenbelagWohnenTyp LAMINAT
public static final BodenbelagWohnenTyp PARKETT
public static final BodenbelagWohnenTyp PVC
public static final BodenbelagWohnenTyp TEPPICHBODEN
public static BodenbelagWohnenTyp[] values()
for (BodenbelagWohnenTyp c : BodenbelagWohnenTyp.values()) System.out.println(c);
public static BodenbelagWohnenTyp 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 BodenbelagWohnenTyp fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.