public enum EFormImpexOption extends Enum<EFormImpexOption> implements INamedUiElement
| Enum Constant and Description | 
|---|
FORM  | 
FORM_NEW_VERSION  | 
FORM_OVERWRITE  | 
RESOURCE  | 
VORGANG  | 
WORKFLOW  | 
ATTR_DISPLAY_NAME| Modifier and Type | Method and Description | 
|---|---|
static EFormImpexOption[] | 
getChildValues(EFormImpexOption parent)  | 
String | 
getDisplayName(Locale l)  | 
static EFormImpexOption[] | 
getParentValues()  | 
boolean | 
isRootElement()  | 
boolean | 
showInExportUI()
Definiert, ob das Element in der FC-View für den Export dargestellt werden soll. 
 | 
static EFormImpexOption | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EFormImpexOption[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EFormImpexOption FORM
public static final EFormImpexOption FORM_NEW_VERSION
public static final EFormImpexOption FORM_OVERWRITE
public static final EFormImpexOption WORKFLOW
public static final EFormImpexOption VORGANG
public static final EFormImpexOption RESOURCE
public static EFormImpexOption[] values()
for (EFormImpexOption c : EFormImpexOption.values()) System.out.println(c);
public static EFormImpexOption 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 INamedUiElementpublic boolean isRootElement()
public boolean showInExportUI()
true oder falsepublic static EFormImpexOption[] getParentValues()
public static EFormImpexOption[] getChildValues(EFormImpexOption parent)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.