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