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