Uses of Enum Class
com.ads.api.beans.mm.helper.MappingImportHelper.ImportFileType
Packages that use MappingImportHelper.ImportFileType
Package
Description
Contains Collection Classes, Java Bean Classes which are related to ImportFileType, ImportType, filePath, mailComments and its details to Mappings, MappingSpecifications, Project and Subject.
-
Uses of MappingImportHelper.ImportFileType in com.ads.api.beans.mm.helper
Methods in com.ads.api.beans.mm.helper that return MappingImportHelper.ImportFileTypeModifier and TypeMethodDescriptionMappingImportHelper.getImportFileType()Returns the fileType of the file imported.Returns the enum constant of this class with the specified name.static MappingImportHelper.ImportFileType[]MappingImportHelper.ImportFileType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ads.api.beans.mm.helper with parameters of type MappingImportHelper.ImportFileTypeModifier and TypeMethodDescriptionvoidMappingImportHelper.setImportFileType(MappingImportHelper.ImportFileType importFileType) Sets the importFileType as specified.