Uses of Class
cdc.impex.api.issues.ImportIssueType
-
Packages that use ImportIssueType Package Description cdc.impex.api cdc.impex.api.issues -
-
Uses of ImportIssueType in cdc.impex.api
Method parameters in cdc.impex.api with type arguments of type ImportIssueType Modifier and Type Method Description voidImporter. importData(File file, Set<SheetTemplate> templates, ImportHandler importHandler, cdc.issues.api.IssuesHandler<ImportIssueType> issuesHandler)Invoked to analyze a file that contains data to import. -
Uses of ImportIssueType in cdc.impex.api.issues
Methods in cdc.impex.api.issues that return ImportIssueType Modifier and Type Method Description static ImportIssueTypeImportIssueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportIssueType[]ImportIssueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in cdc.impex.api.issues with parameters of type ImportIssueType Constructor Description ImportIssue(ImportIssueType type, List<cdc.issues.api.IssueLocation> locations, cdc.issues.api.IssueLevel level, String description)
-