Uses of Enum Class
be.sddevelopment.validation.core.Evaluation
Package
Description
Contains the core classes of the modular validation framework.
-
Uses of Evaluation in be.sddevelopment.validation.core
Modifier and TypeMethodDescriptionReason.result()
Returns the value of theresult
record component.static Evaluation
Returns the enum constant of this class with the specified name.static Evaluation[]
Evaluation.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionReason
(String rationale, Evaluation result) Creates an instance of aReason
record class.