public enum QuellTyp extends Enum<QuellTyp>
Enum Constant and Description |
---|
DEFAULT_HIERARCHIE
Es wird der Defaultwert eines Hierarchieobjekts benutzt.
|
DEFAULT_OBJEKT
Es wird der Defaultwert eines Systemobjekts als Parameterwert benutzt.
|
DEFAULT_TYP
Es wird der Defaultwert des Objekttyps als Parameterwert benutzt.
|
LOKAL_HIERARCHIE
Es handelt sich um einen lokal abgelegten Wert eines Hierarchieobjekts.
|
LOKAL_OBJEKT
Es handelt sich um einen lokalen Parameter eines Objekts.
|
LOKAL_TYP
Es wird der lokal überschriebene Defaultwert des Objekttyps als
Parameterwert benutzt.
|
Modifier and Type | Method and Description |
---|---|
static QuellTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuellTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuellTyp LOKAL_OBJEKT
public static final QuellTyp DEFAULT_OBJEKT
public static final QuellTyp LOKAL_HIERARCHIE
public static final QuellTyp DEFAULT_HIERARCHIE
public static final QuellTyp LOKAL_TYP
public static final QuellTyp DEFAULT_TYP
public static QuellTyp[] values()
for (QuellTyp c : QuellTyp.values()) System.out.println(c);
public static QuellTyp 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.