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