public static enum CidsTreppenSearchStatement.FilterKey extends Enum<CidsTreppenSearchStatement.FilterKey>
| Modifier and Type | Method and Description |
|---|---|
static CidsTreppenSearchStatement.FilterKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CidsTreppenSearchStatement.FilterKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CidsTreppenSearchStatement.FilterKey ZUSTAND_TREPPENLAEUFE_VON
public static final CidsTreppenSearchStatement.FilterKey ZUSTAND_TREPPENLAEUFE_BIS
public static final CidsTreppenSearchStatement.FilterKey ZUSTAND_LEITELEMENTE_VON
public static final CidsTreppenSearchStatement.FilterKey ZUSTAND_LEITELEMENTE_BIS
public static final CidsTreppenSearchStatement.FilterKey ZUSTAND_PODESTE_VON
public static final CidsTreppenSearchStatement.FilterKey ZUSTAND_PODESTE_BIS
public static final CidsTreppenSearchStatement.FilterKey ZUSTAND_HANDLAEUFE_VON
public static final CidsTreppenSearchStatement.FilterKey ZUSTAND_HANDLAEUFE_BIS
public static final CidsTreppenSearchStatement.FilterKey ZUSTAND_ENTWAESSERUNG_VON
public static final CidsTreppenSearchStatement.FilterKey ZUSTAND_ENTWAESSERUNG_BIS
public static final CidsTreppenSearchStatement.FilterKey ZUSTAND_STUETZMAUERN_VON
public static final CidsTreppenSearchStatement.FilterKey ZUSTAND_STUETZMAUERN_BIS
public static final CidsTreppenSearchStatement.FilterKey NAECHSTE_PRUEFUNG_VON
public static final CidsTreppenSearchStatement.FilterKey NAECHSTE_PRUEFUNG_BIS
public static CidsTreppenSearchStatement.FilterKey[] values()
for (CidsTreppenSearchStatement.FilterKey c : CidsTreppenSearchStatement.FilterKey.values()) System.out.println(c);
public static CidsTreppenSearchStatement.FilterKey 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.