Uses of Class
cdc.impex.api.issues.ExportIssueType
-
Packages that use ExportIssueType Package Description cdc.impex.api cdc.impex.api.issues -
-
Uses of ExportIssueType in cdc.impex.api
Method parameters in cdc.impex.api with type arguments of type ExportIssueType Modifier and Type Method Description ExporterImpExFactory. createExporter(File file, cdc.issues.api.IssuesHandler<ExportIssueType> issuesHandler)Creates an Exporter for a file. -
Uses of ExportIssueType in cdc.impex.api.issues
Methods in cdc.impex.api.issues that return ExportIssueType Modifier and Type Method Description static ExportIssueTypeExportIssueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExportIssueType[]ExportIssueType. 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 ExportIssueType Constructor Description ExportIssue(ExportIssueType type, List<cdc.issues.api.IssueLocation> locations, cdc.issues.api.IssueLevel level, String description)
-