public enum StellplatzKategorieTyp extends Enum<StellplatzKategorieTyp>
Java class for StellplatzKategorieTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="StellplatzKategorieTyp">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="keineAngabe"/>
<enumeration value="Garage"/>
<enumeration value="AussenStellplatz"/>
<enumeration value="Carport"/>
<enumeration value="Duplex"/>
<enumeration value="Parkhaus"/>
<enumeration value="Tiefgarage"/>
<enumeration value="true"/>
<enumeration value="false"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AUSSEN_STELLPLATZ |
CARPORT |
DUPLEX |
FALSE
entspricht 'keineAngabe' = kein Garage vorhanden
(aus Kompatibilitaetsgruenden, wird in zukuenftigen Versionen nicht mehr unterstuetzt)
|
GARAGE |
KEINE_ANGABE |
PARKHAUS |
TIEFGARAGE |
TRUE
entspricht 'keineAngabe' = Kategorie nicht naeher definiert
(aus Kompatibilitaetsgruenden, wird in zukuenftigen Versionen nicht mehr unterstuetzt)
|
| Modifier and Type | Method and Description |
|---|---|
static StellplatzKategorieTyp |
fromValue(String v) |
String |
value() |
static StellplatzKategorieTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StellplatzKategorieTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StellplatzKategorieTyp KEINE_ANGABE
public static final StellplatzKategorieTyp GARAGE
public static final StellplatzKategorieTyp AUSSEN_STELLPLATZ
public static final StellplatzKategorieTyp CARPORT
public static final StellplatzKategorieTyp DUPLEX
public static final StellplatzKategorieTyp PARKHAUS
public static final StellplatzKategorieTyp TIEFGARAGE
public static final StellplatzKategorieTyp TRUE
public static final StellplatzKategorieTyp FALSE
public static StellplatzKategorieTyp[] values()
for (StellplatzKategorieTyp c : StellplatzKategorieTyp.values()) System.out.println(c);
public static StellplatzKategorieTyp 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 StellplatzKategorieTyp fromValue(String v)
Copyright © 2017 OpenEstate. All rights reserved.