Uses of Enum Class
de.espirit.firstspirit.forms.rules.RuleValidationFailure.Severity
Packages that use RuleValidationFailure.Severity
-
Uses of RuleValidationFailure.Severity in de.espirit.firstspirit.forms.rules
Methods in de.espirit.firstspirit.forms.rules that return RuleValidationFailure.SeverityModifier and TypeMethodDescription@NotNull RuleValidationFailure.SeverityRuleValidationFailure.severity()Returns the value of theseverityrecord component.Returns the enum constant of this class with the specified name.static RuleValidationFailure.Severity[]RuleValidationFailure.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.espirit.firstspirit.forms.rules with parameters of type RuleValidationFailure.SeverityModifierConstructorDescriptionRuleValidationFailure(@NotNull String message, @NotNull RuleValidationFailure.Severity severity) Creates an instance of aRuleValidationFailurerecord class.