public static enum NasZaehlObjekteSearch.NasSearchType extends Enum<NasZaehlObjekteSearch.NasSearchType>
| Enum Constant and Description |
|---|
ADRESSE |
BODENPUNKTE |
DACHPUNKTE |
FLURSTUECKE |
GEBAEUDE |
| Modifier and Type | Method and Description |
|---|---|
static NasZaehlObjekteSearch.NasSearchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NasZaehlObjekteSearch.NasSearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NasZaehlObjekteSearch.NasSearchType FLURSTUECKE
public static final NasZaehlObjekteSearch.NasSearchType GEBAEUDE
public static final NasZaehlObjekteSearch.NasSearchType ADRESSE
public static final NasZaehlObjekteSearch.NasSearchType DACHPUNKTE
public static final NasZaehlObjekteSearch.NasSearchType BODENPUNKTE
public static NasZaehlObjekteSearch.NasSearchType[] values()
for (NasZaehlObjekteSearch.NasSearchType c : NasZaehlObjekteSearch.NasSearchType.values()) System.out.println(c);
public static NasZaehlObjekteSearch.NasSearchType 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 nullCopyright © 2012–2025 cismet GmbH. All rights reserved.