public enum ObjektkategorieWohnung extends Enum<ObjektkategorieWohnung>
| Enum Constant and Description |
|---|
DACHGESCHOSS |
ERDGESCHOSS |
ETAGE |
HOCHPARTERRE |
KEINE_ANGABE |
LOFT |
MAISONETTE |
PENTHOUSE |
SONSTIGE |
SOUTERRAIN |
TERRASSE |
| Modifier and Type | Method and Description |
|---|---|
static ObjektkategorieWohnung |
parse(String value) |
String |
print() |
static ObjektkategorieWohnung |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjektkategorieWohnung[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjektkategorieWohnung KEINE_ANGABE
public static final ObjektkategorieWohnung DACHGESCHOSS
public static final ObjektkategorieWohnung LOFT
public static final ObjektkategorieWohnung MAISONETTE
public static final ObjektkategorieWohnung PENTHOUSE
public static final ObjektkategorieWohnung TERRASSE
public static final ObjektkategorieWohnung SONSTIGE
public static final ObjektkategorieWohnung ERDGESCHOSS
public static final ObjektkategorieWohnung ETAGE
public static final ObjektkategorieWohnung HOCHPARTERRE
public static final ObjektkategorieWohnung SOUTERRAIN
public static ObjektkategorieWohnung[] values()
for (ObjektkategorieWohnung c : ObjektkategorieWohnung.values()) System.out.println(c);
public static ObjektkategorieWohnung 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 static ObjektkategorieWohnung parse(String value)
public String print()
Copyright © 2016 OpenEstate. All rights reserved.