public enum EDatenquellenTyp extends Enum<EDatenquellenTyp> implements INamedUiElement
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
String |
getIconStyleClass() |
static List<EDatenquellenTyp> |
getNonDeprecated() |
String |
getServletPath() |
static EDatenquellenTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDatenquellenTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final EDatenquellenTyp DB
public static final EDatenquellenTyp XML
public static final EDatenquellenTyp CSV
public static final EDatenquellenTyp JSON
public static EDatenquellenTyp[] values()
for (EDatenquellenTyp c : EDatenquellenTyp.values()) System.out.println(c);
public static EDatenquellenTyp 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 static final List<EDatenquellenTyp> getNonDeprecated()
public String getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
public String getServletPath()
public String getIconStyleClass()
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.