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