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