Uses of Enum Class
dev.archunitjava.importer.ImportResolutionDiagnosticCode
Packages that use ImportResolutionDiagnosticCode
-
Uses of ImportResolutionDiagnosticCode in dev.archunitjava.importer
Subclasses with type arguments of type ImportResolutionDiagnosticCode in dev.archunitjava.importerMethods in dev.archunitjava.importer that return ImportResolutionDiagnosticCodeModifier and TypeMethodDescriptionImportResolutionDiagnostic.code()Returns the value of thecoderecord component.Returns the enum constant of this class with the specified name.static ImportResolutionDiagnosticCode[]ImportResolutionDiagnosticCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.importer with parameters of type ImportResolutionDiagnosticCodeModifierConstructorDescriptionImportResolutionDiagnostic(ImportResolutionDiagnosticCode code, String subject, Map<String, String> context) Creates an instance of aImportResolutionDiagnosticrecord class.