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