public static enum VermessungFlurstueckKickerLightweightSearch.SearchFor extends Enum<VermessungFlurstueckKickerLightweightSearch.SearchFor>
| Enum Constant and Description |
|---|
ALLE_FLUSTUECKE |
ALLE_GEMARKUNGEN |
FLURE |
FLURSTUECKE |
GEMARKUNG |
ZAEHLER_NENNER |
| Modifier and Type | Method and Description |
|---|---|
static VermessungFlurstueckKickerLightweightSearch.SearchFor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VermessungFlurstueckKickerLightweightSearch.SearchFor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VermessungFlurstueckKickerLightweightSearch.SearchFor ALLE_FLUSTUECKE
public static final VermessungFlurstueckKickerLightweightSearch.SearchFor FLURSTUECKE
public static final VermessungFlurstueckKickerLightweightSearch.SearchFor ALLE_GEMARKUNGEN
public static final VermessungFlurstueckKickerLightweightSearch.SearchFor GEMARKUNG
public static final VermessungFlurstueckKickerLightweightSearch.SearchFor FLURE
public static final VermessungFlurstueckKickerLightweightSearch.SearchFor ZAEHLER_NENNER
public static VermessungFlurstueckKickerLightweightSearch.SearchFor[] values()
for (VermessungFlurstueckKickerLightweightSearch.SearchFor c : VermessungFlurstueckKickerLightweightSearch.SearchFor.values()) System.out.println(c);
public static VermessungFlurstueckKickerLightweightSearch.SearchFor 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.