@Deprecated public enum EProtokollEintragTyp extends Enum<EProtokollEintragTyp> implements INamedUiElement
| Enum Constant and Description |
|---|
PE_AKTION
Deprecated.
|
PE_DOKUMENTATION
Deprecated.
|
PE_STATUS
Deprecated.
|
ATTR_DISPLAY_NAME| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName(Locale l)
Deprecated.
|
static EProtokollEintragTyp |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EProtokollEintragTyp[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EProtokollEintragTyp PE_STATUS
public static final EProtokollEintragTyp PE_AKTION
public static final EProtokollEintragTyp PE_DOKUMENTATION
public static EProtokollEintragTyp[] values()
for (EProtokollEintragTyp c : EProtokollEintragTyp.values()) System.out.println(c);
public static EProtokollEintragTyp 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 getDisplayName(Locale l)
getDisplayName in interface INamedUiElementCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.