public static enum BelisEntityWindowSearch.Mode extends Enum<BelisEntityWindowSearch.Mode>
| Enum Constant and Description |
|---|
ABZEIGDOSE |
ARBEITSAUFTRAG |
LEITUNG |
LEUCHTE |
MAUERLASCHE |
SCHALTESTELLE |
STANDORT |
VERANLASSUNG |
| Modifier and Type | Method and Description |
|---|---|
static BelisEntityWindowSearch.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BelisEntityWindowSearch.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BelisEntityWindowSearch.Mode ABZEIGDOSE
public static final BelisEntityWindowSearch.Mode LEITUNG
public static final BelisEntityWindowSearch.Mode MAUERLASCHE
public static final BelisEntityWindowSearch.Mode SCHALTESTELLE
public static final BelisEntityWindowSearch.Mode STANDORT
public static final BelisEntityWindowSearch.Mode LEUCHTE
public static final BelisEntityWindowSearch.Mode ARBEITSAUFTRAG
public static final BelisEntityWindowSearch.Mode VERANLASSUNG
public static BelisEntityWindowSearch.Mode[] values()
for (BelisEntityWindowSearch.Mode c : BelisEntityWindowSearch.Mode.values()) System.out.println(c);
public static BelisEntityWindowSearch.Mode 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.