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