Uses of Enum Class
dev.archunitjava.selector.SelectionDiagnosticCode
Packages that use SelectionDiagnosticCode
-
Uses of SelectionDiagnosticCode in dev.archunitjava.selector
Subclasses with type arguments of type SelectionDiagnosticCode in dev.archunitjava.selectorModifier and TypeClassDescriptionenumReasons a selector could not evaluate a Java semantic name completely.Methods in dev.archunitjava.selector that return SelectionDiagnosticCodeModifier and TypeMethodDescriptionSelectionDiagnostic.code()Returns the value of thecoderecord component.static SelectionDiagnosticCodeReturns the enum constant of this class with the specified name.static SelectionDiagnosticCode[]SelectionDiagnosticCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.selector with parameters of type SelectionDiagnosticCodeModifierConstructorDescriptionSelectionDiagnostic(SelectionDiagnosticCode code, String subject, String detail) Creates an instance of aSelectionDiagnosticrecord class.