public static enum XmlExportEvent.ExportEventType extends Enum<XmlExportEvent.ExportEventType>
Enum Constant and Description |
---|
EXPORT_ERROR |
EXPORT_SUCCESS |
Modifier and Type | Method and Description |
---|---|
static XmlExportEvent.ExportEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlExportEvent.ExportEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlExportEvent.ExportEventType EXPORT_SUCCESS
public static final XmlExportEvent.ExportEventType EXPORT_ERROR
public static XmlExportEvent.ExportEventType[] values()
for (XmlExportEvent.ExportEventType c : XmlExportEvent.ExportEventType.values()) System.out.println(c);
public static XmlExportEvent.ExportEventType 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 nullCopyright © 2022 KOBIL Systems GmbH. All rights reserved.