public static enum ExportStatus.Status extends Enum<ExportStatus.Status>
Enum Constant and Description |
---|
AFTER_EXPORT_ACTION
Represents that the export process has been completed successfully and the platform is
performing some actions on the resulted file.
|
FINISHED |
NONE |
STARTED |
Modifier and Type | Method and Description |
---|---|
static ExportStatus.Status |
forValue(String value) |
String |
toString() |
String |
toValue() |
static ExportStatus.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportStatus.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportStatus.Status NONE
public static final ExportStatus.Status STARTED
public static final ExportStatus.Status FINISHED
public static final ExportStatus.Status AFTER_EXPORT_ACTION
public static ExportStatus.Status[] values()
for (ExportStatus.Status c : ExportStatus.Status.values()) System.out.println(c);
public static ExportStatus.Status 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 static ExportStatus.Status forValue(String value)
public String toValue()
public String toString()
toString
in class Enum<ExportStatus.Status>
Copyright © 2019. All rights reserved.