Uses of Enum Class
neqsim.process.util.report.ProcessValidator.Severity
Packages that use ProcessValidator.Severity
-
Uses of ProcessValidator.Severity in neqsim.process.util.report
Subclasses with type arguments of type ProcessValidator.Severity in neqsim.process.util.reportModifier and TypeClassDescriptionstatic enumSeverity level for a validation issue.Fields in neqsim.process.util.report declared as ProcessValidator.SeverityModifier and TypeFieldDescriptionProcessValidator.ValidationIssue.severitySeverity of the issue.Methods in neqsim.process.util.report that return ProcessValidator.SeverityModifier and TypeMethodDescriptionstatic ProcessValidator.SeverityReturns the enum constant of this class with the specified name.static ProcessValidator.Severity[]ProcessValidator.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.process.util.report with parameters of type ProcessValidator.SeverityModifierConstructorDescriptionValidationIssue(ProcessValidator.Severity severity, String location, String message, double value) Creates a validation issue.