public enum EFormTemplateScope extends Enum<EFormTemplateScope> implements INamedUiElement
Enum Constant and Description |
---|
CLIENT
Entität ist für spezifischen Mandanten verfübar
|
FORM
Entität ist für spezifisches Formular verfübar
|
SYSTEM
Entität ist systemweit verfügbar
|
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
static EFormTemplateScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFormTemplateScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EFormTemplateScope SYSTEM
public static final EFormTemplateScope CLIENT
public static final EFormTemplateScope FORM
public static EFormTemplateScope[] values()
for (EFormTemplateScope c : EFormTemplateScope.values()) System.out.println(c);
public static EFormTemplateScope 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 © 2020 XIMA MEDIA GmbH. All rights reserved.