Uses of Class
cdc.impex.exports.ExportIssueType
-
Packages that use ExportIssueType Package Description cdc.impex.exports -
-
Uses of ExportIssueType in cdc.impex.exports
Methods in cdc.impex.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.Methods in cdc.impex.exports with parameters of type ExportIssueType Modifier and Type Method Description voidActiveExporter. issue(ExportIssueType type, cdc.issues.IssueSeverity severity, String description)Creates a new issue.default voidActiveExporter. issue(ExportIssueType type, String description)Creates a new issue whose severity is deduced from its type.voidCheckedActiveExporter. issue(ExportIssueType type, cdc.issues.IssueSeverity severity, String description)voidCheckedActiveExporter. issue(ExportIssueType type, String description)
-