Uses of Enum Class
cloud.opencode.base.rules.validation.ValidationIssue.IssueType
Packages that use ValidationIssue.IssueType
-
Uses of ValidationIssue.IssueType in cloud.opencode.base.rules.validation
Subclasses with type arguments of type ValidationIssue.IssueType in cloud.opencode.base.rules.validationModifier and TypeClassDescriptionstatic enumType of Validation Issue 验证问题类型Methods in cloud.opencode.base.rules.validation that return ValidationIssue.IssueTypeModifier and TypeMethodDescriptionValidationIssue.type()Returns the value of thetyperecord component.static ValidationIssue.IssueTypeReturns the enum constant of this class with the specified name.static ValidationIssue.IssueType[]ValidationIssue.IssueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.rules.validation with parameters of type ValidationIssue.IssueTypeModifier and TypeMethodDescriptionstatic ValidationIssueValidationIssue.error(ValidationIssue.IssueType type, String ruleName, String message) Creates an ERROR-level validation issue 创建ERROR级别的验证问题static ValidationIssueValidationIssue.warning(ValidationIssue.IssueType type, String ruleName, String message) Creates a WARNING-level validation issue 创建WARNING级别的验证问题Constructors in cloud.opencode.base.rules.validation with parameters of type ValidationIssue.IssueTypeModifierConstructorDescriptionValidationIssue(ValidationIssue.Severity severity, ValidationIssue.IssueType type, String ruleName, String message) Creates an instance of aValidationIssuerecord class.