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