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