public static enum AgencyImportTask.DeleteMethod extends Enum<AgencyImportTask.DeleteMethod> implements com.openindex.openestate.impl.utils.Translatable
Enum Constant and Description |
---|
DELETE_EXPLICITLY |
DELETE_NOTHING |
DELETE_UNMODIFIED |
Modifier and Type | Method and Description |
---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static AgencyImportTask.DeleteMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgencyImportTask.DeleteMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgencyImportTask.DeleteMethod DELETE_NOTHING
public static final AgencyImportTask.DeleteMethod DELETE_EXPLICITLY
public static final AgencyImportTask.DeleteMethod DELETE_UNMODIFIED
public static AgencyImportTask.DeleteMethod[] values()
for (AgencyImportTask.DeleteMethod c : AgencyImportTask.DeleteMethod.values()) System.out.println(c);
public static AgencyImportTask.DeleteMethod 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.Translatable
Copyright © 2015 OpenEstate. All rights reserved.