Uses of Class
com.reprezen.kaizen.oasparser.val.ValidationResults.Severity
-
Packages that use ValidationResults.Severity Package Description com.reprezen.kaizen.oasparser.val -
-
Uses of ValidationResults.Severity in com.reprezen.kaizen.oasparser.val
Fields in com.reprezen.kaizen.oasparser.val declared as ValidationResults.Severity Modifier and Type Field Description static ValidationResults.SeverityValidationResults.Severity. MAX_SEVERITYMethods in com.reprezen.kaizen.oasparser.val that return ValidationResults.Severity Modifier and Type Method Description ValidationResults.SeverityValidationResults. getSeverity()ValidationResults.SeverityValidationResults.ValidationItem. getSeverity()static ValidationResults.SeverityValidationResults.Severity. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationResults.Severity[]ValidationResults.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.reprezen.kaizen.oasparser.val with parameters of type ValidationResults.Severity Modifier and Type Method Description booleanValidationResults.Severity. ge(ValidationResults.Severity other)booleanValidationResults.Severity. gt(ValidationResults.Severity other)booleanValidationResults.Severity. le(ValidationResults.Severity other)booleanValidationResults.Severity. lt(ValidationResults.Severity other)Constructors in com.reprezen.kaizen.oasparser.val with parameters of type ValidationResults.Severity Constructor Description ValidationItem(ValidationResults.Severity severity, String msg, com.reprezen.jsonoverlay.Overlay<?> context)
-