Uses of Enum Class
be.sddevelopment.validation.Evaluation
-
Uses of Evaluation in be.sddevelopment.validation
Methods in be.sddevelopment.validation that return EvaluationModifier 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.Constructors in be.sddevelopment.validation with parameters of type EvaluationModifierConstructorDescriptionReason
(String rationale, Evaluation result) Creates an instance of aReason
record class.