Uses of Enum
org.qubership.atp.tdm.model.ExportFileType
Packages that use ExportFileType
-
Uses of ExportFileType in org.qubership.atp.tdm.model
Methods in org.qubership.atp.tdm.model that return ExportFileTypeModifier and TypeMethodDescriptionstatic ExportFileTypeReturns the enum constant of this type with the specified name.static ExportFileType[]ExportFileType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExportFileType in org.qubership.atp.tdm.repo.impl.extractors
Methods in org.qubership.atp.tdm.repo.impl.extractors with parameters of type ExportFileTypeModifier and TypeMethodDescriptionTestDataExtractorProvider.fileExtractor(String tableName, ExportFileType exportFileType)