@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum FlooringType extends Enum<FlooringType>
Java class for FlooringType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="FlooringType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NO_INFORMATION"/>
<enumeration value="CONCRETE"/>
<enumeration value="EPOXY_RESIN"/>
<enumeration value="TILES"/>
<enumeration value="PLANKS"/>
<enumeration value="LAMINATE"/>
<enumeration value="PARQUET"/>
<enumeration value="PVC"/>
<enumeration value="CARPET"/>
<enumeration value="ANTISTATIC_FLOOR"/>
<enumeration value="OFFICE_CARPET"/>
<enumeration value="STONE"/>
<enumeration value="CUSTOMIZABLE"/>
<enumeration value="WITHOUT"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ANTISTATIC_FLOOR
antistatischer Teppichboden
|
CARPET
Teppichboden
|
CONCRETE
Beton
|
CUSTOMIZABLE
nach Mieterwunsch
|
EPOXY_RESIN
Epoxydharzboden
|
LAMINATE
Laminat
|
NO_INFORMATION
keine Angabe
|
OFFICE_CARPET
stuhlrollenfeste Teppichfliesen
|
PARQUET
Parkett
|
PLANKS
Dielen
|
PVC
PVC
|
STONE
Stein
|
TILES
Fliesen
|
WITHOUT
ohne Bodenbelag
|
| Modifier and Type | Method and Description |
|---|---|
static FlooringType |
fromValue(String v) |
String |
value() |
static FlooringType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlooringType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlooringType NO_INFORMATION
public static final FlooringType CONCRETE
public static final FlooringType EPOXY_RESIN
public static final FlooringType TILES
public static final FlooringType PLANKS
public static final FlooringType LAMINATE
public static final FlooringType PARQUET
public static final FlooringType PVC
public static final FlooringType CARPET
public static final FlooringType ANTISTATIC_FLOOR
public static final FlooringType OFFICE_CARPET
public static final FlooringType STONE
public static final FlooringType CUSTOMIZABLE
public static final FlooringType WITHOUT
public static FlooringType[] values()
for (FlooringType c : FlooringType.values()) System.out.println(c);
public static FlooringType 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 FlooringType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.