public enum ETextbausteinKategorie extends Enum<ETextbausteinKategorie> implements INamedUiElement
Enum Constant and Description |
---|
CSS |
HTML |
I18N_VARIABLE |
MAIL |
SYSTEM
Deprecated.
|
TEXT |
URL |
XSL |
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
String |
getIcon() |
boolean |
isHasPlaceholders() |
static ETextbausteinKategorie |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETextbausteinKategorie[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ETextbausteinKategorie MAIL
public static final ETextbausteinKategorie HTML
public static final ETextbausteinKategorie URL
public static final ETextbausteinKategorie XSL
public static final ETextbausteinKategorie CSS
public static final ETextbausteinKategorie TEXT
public static final ETextbausteinKategorie I18N_VARIABLE
@Deprecated public static final ETextbausteinKategorie SYSTEM
public static ETextbausteinKategorie[] values()
for (ETextbausteinKategorie c : ETextbausteinKategorie.values()) System.out.println(c);
public static ETextbausteinKategorie 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 boolean isHasPlaceholders()
public String getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
public String getIcon()
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.