Uses of Enum Class
com.e1c.langtool.stat.ExportFormat
Packages that use ExportFormat
-
Uses of ExportFormat in com.e1c.langtool.internal.stat.export
Methods in com.e1c.langtool.internal.stat.export with parameters of type ExportFormatModifier and TypeMethodDescriptionExporterRegistry.getExporter(ExportFormat format) Retrieves the exporter associated with the specified format.voidExporterRegistry.registerExporter(ExportFormat format, IStatisticsExporter exporter) Registers an exporter with the specified format. -
Uses of ExportFormat in com.e1c.langtool.stat
Methods in com.e1c.langtool.stat that return ExportFormatModifier and TypeMethodDescriptionstatic ExportFormatReturns the enum constant of this class with the specified name.static ExportFormat[]ExportFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.e1c.langtool.stat with parameters of type ExportFormatModifier and TypeMethodDescriptionIExporterRegistry.getExporter(ExportFormat format) Retrieves anIStatisticsExporterassociated with the specifiedExportFormat.voidIExporterRegistry.registerExporter(ExportFormat format, IStatisticsExporter exporter) Registers anIStatisticsExporterto be associated with a specificExportFormat.