public enum RessourcenTyp extends Enum<RessourcenTyp> implements INamedUiElement
Enum Constant and Description |
---|
EXTERNE_RESSOURCE
es handelt sich um eine externe Ressource
|
FORMULAR
es handelt sich um eine Formularressource
|
PROJEKT
es handelt sich um eine Projekt-Ressource
|
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
static RessourcenTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RessourcenTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RessourcenTyp EXTERNE_RESSOURCE
public static final RessourcenTyp FORMULAR
public static final RessourcenTyp PROJEKT
public static RessourcenTyp[] values()
for (RessourcenTyp c : RessourcenTyp.values()) System.out.println(c);
public static RessourcenTyp 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 INamedUiElement
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.