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