Uses of Enum Class
cloud.opencode.base.xml.validate.ValidationResult.ValidationError.Severity
Packages that use ValidationResult.ValidationError.Severity
Package
Description
Validate Package - XML validation (Schema/DTD)
验证包 - XML 验证(Schema/DTD)
-
Uses of ValidationResult.ValidationError.Severity in cloud.opencode.base.xml.validate
Subclasses with type arguments of type ValidationResult.ValidationError.Severity in cloud.opencode.base.xml.validateModifier and TypeClassDescriptionstatic enumError severity levels.Methods in cloud.opencode.base.xml.validate that return ValidationResult.ValidationError.SeverityModifier and TypeMethodDescriptionValidationResult.ValidationError.getSeverity()Gets the severity.ValidationResult.ValidationError.severity()Returns the value of theseverityrecord component.Returns the enum constant of this class with the specified name.ValidationResult.ValidationError.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.xml.validate with parameters of type ValidationResult.ValidationError.SeverityModifierConstructorDescriptionValidationError(String message, int line, int column, ValidationResult.ValidationError.Severity severity) Creates an instance of aValidationErrorrecord class.