public static enum AgencyExportHandler.JobState extends Enum<AgencyExportHandler.JobState> implements com.openindex.openestate.impl.utils.Translatable
| Enum Constant and Description |
|---|
FINISHED |
FINISHING |
FINISHING_ERROR |
LOCKED |
PREPARATION_CANCELLED |
PREPARATION_ERROR |
PREPARATION_PENDING |
PREPARATION_RUNNING |
TRANSPORT_CANCELLED |
TRANSPORT_ERROR |
TRANSPORT_PENDING |
TRANSPORT_RUNNING |
| Modifier and Type | Method and Description |
|---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static AgencyExportHandler.JobState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgencyExportHandler.JobState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgencyExportHandler.JobState PREPARATION_PENDING
public static final AgencyExportHandler.JobState PREPARATION_RUNNING
public static final AgencyExportHandler.JobState PREPARATION_ERROR
public static final AgencyExportHandler.JobState PREPARATION_CANCELLED
public static final AgencyExportHandler.JobState TRANSPORT_PENDING
public static final AgencyExportHandler.JobState TRANSPORT_RUNNING
public static final AgencyExportHandler.JobState TRANSPORT_ERROR
public static final AgencyExportHandler.JobState TRANSPORT_CANCELLED
public static final AgencyExportHandler.JobState FINISHING
public static final AgencyExportHandler.JobState FINISHING_ERROR
public static final AgencyExportHandler.JobState FINISHED
public static final AgencyExportHandler.JobState LOCKED
public static AgencyExportHandler.JobState[] values()
for (AgencyExportHandler.JobState c : AgencyExportHandler.JobState.values()) System.out.println(c);
public static AgencyExportHandler.JobState 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 getTranslation()
getTranslation in interface com.openindex.openestate.impl.utils.TranslatableCopyright © 2015 OpenEstate. All rights reserved.