public enum DescriptionSource extends Enum<DescriptionSource>
Enum Constant and Description |
---|
BESCHREIBUNG
Das Feld Beschreibung wird als Quelle benutzt.
|
DESCRIPTION
Das Feld Description wird als Quelle benutzt.
|
Modifier and Type | Field and Description |
---|---|
static EnumSet<DescriptionSource> |
ALL_CONSTANTS
Dieses Set enthält alle DescriptionSource-Alternativen.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayString()
Gibt den Text des Enums für die Verwendung in der GUI zurück.
|
static DescriptionSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescriptionSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptionSource BESCHREIBUNG
public static final DescriptionSource DESCRIPTION
public static final EnumSet<DescriptionSource> ALL_CONSTANTS
public static DescriptionSource[] values()
for (DescriptionSource c : DescriptionSource.values()) System.out.println(c);
public static DescriptionSource 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 nullpublic String getDisplayString()
Copyright © 2016–2023 MicroNova AG. All rights reserved.