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