Uses of Enum Class
dev.archunitjava.result.RuleStatus
Packages that use RuleStatus
-
Uses of RuleStatus in dev.archunitjava.result
Subclasses with type arguments of type RuleStatus in dev.archunitjava.resultModifier and TypeClassDescriptionenumMutually exclusive terminal states of one architecture rule evaluation.Methods in dev.archunitjava.result that return RuleStatusModifier and TypeMethodDescriptionRuleResult.status()static RuleStatusReturns the enum constant of this class with the specified name.static RuleStatus[]RuleStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.