private static enum DatenQuelle.Bereich extends Enum<DatenQuelle.Bereich>
Enum Constant and Description |
---|
CONFIG
Bereich für die allgemeinen Konfigurationsdaten der Datenquelle.
|
DATEN
Bereich für die variablen Werte eines Datensatzes.
|
DEFAULT
Bereich für die Standardwerte für die Attribute eines
Datensatzes.
|
Modifier and Type | Method and Description |
---|---|
static DatenQuelle.Bereich |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatenQuelle.Bereich[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatenQuelle.Bereich CONFIG
public static final DatenQuelle.Bereich DEFAULT
public static final DatenQuelle.Bereich DATEN
public static DatenQuelle.Bereich[] values()
for (DatenQuelle.Bereich c : DatenQuelle.Bereich.values()) System.out.println(c);
public static DatenQuelle.Bereich 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 © 2017 BitCtrl Systems GmbH. All rights reserved.