public enum ObjektkategorieWohnenAufZeit extends Enum<ObjektkategorieWohnenAufZeit>
| Enum Constant and Description |
|---|
APPARTMENT |
HAUS |
WOHNUNG |
ZIMMER |
| Modifier and Type | Method and Description |
|---|---|
static ObjektkategorieWohnenAufZeit |
parse(String value) |
String |
print() |
static ObjektkategorieWohnenAufZeit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjektkategorieWohnenAufZeit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjektkategorieWohnenAufZeit ZIMMER
public static final ObjektkategorieWohnenAufZeit APPARTMENT
public static final ObjektkategorieWohnenAufZeit WOHNUNG
public static final ObjektkategorieWohnenAufZeit HAUS
public static ObjektkategorieWohnenAufZeit[] values()
for (ObjektkategorieWohnenAufZeit c : ObjektkategorieWohnenAufZeit.values()) System.out.println(c);
public static ObjektkategorieWohnenAufZeit 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 ObjektkategorieWohnenAufZeit parse(String value)
public String print()
Copyright © 2016 OpenEstate. All rights reserved.