public enum WazKategorienTyp extends Enum<WazKategorienTyp>
Java class for WazKategorienTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="WazKategorienTyp">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Zimmer"/>
<enumeration value="Appartment"/>
<enumeration value="Wohnung"/>
<enumeration value="Haus"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
APPARTMENT |
HAUS |
WOHNUNG |
ZIMMER |
| Modifier and Type | Method and Description |
|---|---|
static WazKategorienTyp |
fromValue(String v) |
String |
value() |
static WazKategorienTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WazKategorienTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WazKategorienTyp ZIMMER
public static final WazKategorienTyp APPARTMENT
public static final WazKategorienTyp WOHNUNG
public static final WazKategorienTyp HAUS
public static WazKategorienTyp[] values()
for (WazKategorienTyp c : WazKategorienTyp.values()) System.out.println(c);
public static WazKategorienTyp 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 WazKategorienTyp fromValue(String v)
Copyright © 2017 OpenEstate. All rights reserved.