public enum EProjectExportFormat extends Enum<EProjectExportFormat> implements INamedUiElement
Enum Constant and Description |
---|
V2 |
V2_COMPATIBILITY |
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
String |
getDisplayHelpText(Locale l) |
String |
getDisplayName(Locale l) |
static EProjectExportFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EProjectExportFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EProjectExportFormat V2
public static final EProjectExportFormat V2_COMPATIBILITY
public static EProjectExportFormat[] values()
for (EProjectExportFormat c : EProjectExportFormat.values()) System.out.println(c);
public static EProjectExportFormat 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.