Uses of Class
dev.cel.common.CelIssue.Severity
-
Packages that use CelIssue.Severity Package Description dev.cel.common -
-
Uses of CelIssue.Severity in dev.cel.common
Methods in dev.cel.common that return CelIssue.Severity Modifier and Type Method Description abstract CelIssue.SeverityCelIssue. getSeverity()static CelIssue.SeverityCelIssue.Severity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CelIssue.Severity[]CelIssue.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cel.common with parameters of type CelIssue.Severity Modifier and Type Method Description abstract CelIssue.BuilderCelIssue.Builder. setSeverity(CelIssue.Severity severity)
-