public enum ObjektkategorieGewerbeBueroPraxen extends Enum<ObjektkategorieGewerbeBueroPraxen>
| Enum Constant and Description |
|---|
ATELIER |
BUERO |
BUERO_GESCHAEFTSGEBAEUDE |
BUERO_UND_LAGERGEBAEUDE |
BUEROETAGE |
BUEROHAUS |
BUEROZENTRUM |
GEWERBEZENTRUM |
KEINE_ANGABE |
LOFT |
PRAXIS |
PRAXISETAGE |
PRAXISHAUS |
WOHN_GESCHAEFTSGEBAEUDE |
| Modifier and Type | Method and Description |
|---|---|
static ObjektkategorieGewerbeBueroPraxen |
parse(String value) |
String |
print() |
static ObjektkategorieGewerbeBueroPraxen |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjektkategorieGewerbeBueroPraxen[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjektkategorieGewerbeBueroPraxen KEINE_ANGABE
public static final ObjektkategorieGewerbeBueroPraxen LOFT
public static final ObjektkategorieGewerbeBueroPraxen ATELIER
public static final ObjektkategorieGewerbeBueroPraxen BUERO
public static final ObjektkategorieGewerbeBueroPraxen BUEROETAGE
public static final ObjektkategorieGewerbeBueroPraxen BUEROHAUS
public static final ObjektkategorieGewerbeBueroPraxen BUEROZENTRUM
public static final ObjektkategorieGewerbeBueroPraxen BUERO_UND_LAGERGEBAEUDE
public static final ObjektkategorieGewerbeBueroPraxen PRAXIS
public static final ObjektkategorieGewerbeBueroPraxen PRAXISETAGE
public static final ObjektkategorieGewerbeBueroPraxen PRAXISHAUS
public static final ObjektkategorieGewerbeBueroPraxen GEWERBEZENTRUM
public static final ObjektkategorieGewerbeBueroPraxen WOHN_GESCHAEFTSGEBAEUDE
public static final ObjektkategorieGewerbeBueroPraxen BUERO_GESCHAEFTSGEBAEUDE
public static ObjektkategorieGewerbeBueroPraxen[] values()
for (ObjektkategorieGewerbeBueroPraxen c : ObjektkategorieGewerbeBueroPraxen.values()) System.out.println(c);
public static ObjektkategorieGewerbeBueroPraxen 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 ObjektkategorieGewerbeBueroPraxen parse(String value)
public String print()
Copyright © 2016 OpenEstate. All rights reserved.