Uses of Enum Class
com.ads.api.beans.mm.helper.MappingImportHelper.ImportType
Packages that use MappingImportHelper.ImportType
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.ImportType in com.ads.api.beans.mm.helper
Methods in com.ads.api.beans.mm.helper that return MappingImportHelper.ImportTypeModifier and TypeMethodDescriptionMappingImportHelper.getImportType()Returns the type of import.Returns the enum constant of this class with the specified name.static MappingImportHelper.ImportType[]MappingImportHelper.ImportType.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.ImportTypeModifier and TypeMethodDescriptionvoidMappingImportHelper.setImportType(MappingImportHelper.ImportType importType) Sets the importType as specified.