Uses of Enum Class
cloud.opencode.base.tree.result.TreeResult.Violation.Severity
Packages that use TreeResult.Violation.Severity
-
Uses of TreeResult.Violation.Severity in cloud.opencode.base.tree.result
Subclasses with type arguments of type TreeResult.Violation.Severity in cloud.opencode.base.tree.resultModifier and TypeClassDescriptionstatic enumViolation Severity 违规严重程度Methods in cloud.opencode.base.tree.result that return TreeResult.Violation.SeverityModifier and TypeMethodDescriptionTreeResult.Violation.severity()Returns the value of theseverityrecord component.Returns the enum constant of this class with the specified name.static TreeResult.Violation.Severity[]TreeResult.Violation.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.tree.result with parameters of type TreeResult.Violation.SeverityModifier and TypeMethodDescriptionTreeResult.Validation.getViolationsBySeverity(TreeResult.Violation.Severity severity) Get violations by severity 按严重程度获取违规Constructors in cloud.opencode.base.tree.result with parameters of type TreeResult.Violation.Severity