public enum EFormTyp extends Enum<EFormTyp> implements INamedUiElement
| Enum Constant and Description | 
|---|
HTTP_REQUEST
Deprecated.  
 | 
XIMA_FD2
mit dem neuen 'xima Forms WEB Designer' erstellte und auf den Formcycle Server veröffentlichte Formulare 
 | 
XIMA_FORM
Deprecated.  
 | 
ATTR_DISPLAY_NAME| Modifier and Type | Method and Description | 
|---|---|
String | 
getDisplayName(Locale l) | 
static EFormTyp | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EFormTyp[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
@Deprecated public static final EFormTyp XIMA_FORM
@Deprecated public static final EFormTyp HTTP_REQUEST
public static final EFormTyp XIMA_FD2
public static EFormTyp[] values()
for (EFormTyp c : EFormTyp.values()) System.out.println(c);
public static EFormTyp 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.