Uses of Enum Class
network.ike.docs.plugin.OutputValidator.Severity
-
Uses of OutputValidator.Severity in network.ike.docs.plugin
Subclasses with type arguments of type OutputValidator.Severity in network.ike.docs.pluginModifier and TypeClassDescriptionstatic enumSeverity levels for validation issues.Methods in network.ike.docs.plugin that return OutputValidator.SeverityModifier and TypeMethodDescriptionOutputValidator.Issue.severity()Returns the value of theseverityrecord component.static OutputValidator.SeverityReturns the enum constant of this class with the specified name.static OutputValidator.Severity[]OutputValidator.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in network.ike.docs.plugin with parameters of type OutputValidator.SeverityModifierConstructorDescriptionIssue(Path file, int line, OutputValidator.Severity severity, String message) Creates an instance of aIssuerecord class.