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