Uses of Enum Class
be.sddevelopment.validation.core.Evaluation
Packages that use Evaluation
Package
Description
Contains the core classes of the modular validation framework.
-
Uses of Evaluation in be.sddevelopment.validation.core
Subclasses with type arguments of type Evaluation in be.sddevelopment.validation.coreMethods in be.sddevelopment.validation.core 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.core with parameters of type EvaluationModifierConstructorDescriptionReason
(String rationale, Evaluation result) Creates an instance of aReason
record class.