Uses of Class
com.openindex.openestate.tool.agency.AgencyEstateExportDialog.Format
-
Packages that use AgencyEstateExportDialog.Format Package Description com.openindex.openestate.tool.agency ImmoTool-Add-On zur Verwaltung von OpenEstate-Immobilien. -
-
Uses of AgencyEstateExportDialog.Format in com.openindex.openestate.tool.agency
Fields in com.openindex.openestate.tool.agency declared as AgencyEstateExportDialog.Format Modifier and Type Field Description AgencyEstateExportDialog.Format
AgencyEstateExportDialog.ExportSettings. format
Methods in com.openindex.openestate.tool.agency that return AgencyEstateExportDialog.Format Modifier and Type Method Description static AgencyEstateExportDialog.Format
AgencyEstateExportDialog.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static AgencyEstateExportDialog.Format[]
AgencyEstateExportDialog.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.openindex.openestate.tool.agency with parameters of type AgencyEstateExportDialog.Format Constructor Description ExportSettings(AgencyEstateExportDialog.Format format, Charset charset, Locale language, PublishingMode imagePublishing, OpenEstateAction estateAction, OpenEstateType estateType, DbAgencyObject.Status estateStatus, boolean zipped)
-