public enum EFormElementTyp extends Enum<EFormElementTyp> implements INamedUiElement
Enum Constant and Description |
---|
COLLECTION
Variable Menge von Werten (keine, eine oder mehrere Zeichenketten)
|
SIMPLE
Einfacher Wert (einzelne Zeichenkette)
|
UPLOAD
Datei (
<input type="file" /> ) |
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale l) |
static EFormElementTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFormElementTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EFormElementTyp SIMPLE
public static final EFormElementTyp COLLECTION
public static final EFormElementTyp UPLOAD
<input type="file" />
)public static EFormElementTyp[] values()
for (EFormElementTyp c : EFormElementTyp.values()) System.out.println(c);
public static EFormElementTyp 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 © 2021 XIMA MEDIA GmbH. All rights reserved.