Uses of Class
org.java.plugin.registry.IntegrityCheckReport.Severity
-
Packages that use IntegrityCheckReport.Severity Package Description org.java.plugin.registry This package contains framework registry API. -
-
Uses of IntegrityCheckReport.Severity in org.java.plugin.registry
Methods in org.java.plugin.registry that return IntegrityCheckReport.Severity Modifier and Type Method Description IntegrityCheckReport.Severity
IntegrityCheckReport.ReportItem. getSeverity()
static IntegrityCheckReport.Severity
IntegrityCheckReport.Severity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IntegrityCheckReport.Severity[]
IntegrityCheckReport.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-