Uses of Class
cdc.impex.api.exports.ExportIssueType
-
Packages that use ExportIssueType Package Description cdc.impex.api.exports -
-
Uses of ExportIssueType in cdc.impex.api.exports
Methods in cdc.impex.api.exports 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.exports with parameters of type ExportIssueType Constructor Description ExportIssue(ExportIssueType type, List<cdc.issues.api.locations.Location> locations, cdc.issues.api.IssueSeverity severity, String description)
-