Uses of Enum Class
com.jk.core.validation.Severity
Packages that use Severity
-
Uses of Severity in com.jk.core.validation
Methods in com.jk.core.validation that return SeverityModifier and TypeMethodDescriptionProblem.severity()
This method retrieves the severity of this Problem instance.static Severity
Returns the enum constant of this class with the specified name.static Severity[]
Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jk.core.validation with parameters of type SeverityModifier and TypeMethodDescriptionfinal void
This method adds a problem with the specified severity level to the collection.Constructors in com.jk.core.validation with parameters of type Severity