Uses of Enum Class
nl.knaw.dans.lib.util.ruleengine.RuleResult.Status
Packages that use RuleResult.Status
-
Uses of RuleResult.Status in nl.knaw.dans.lib.util.ruleengine
Methods in nl.knaw.dans.lib.util.ruleengine that return RuleResult.StatusModifier and TypeMethodDescriptionstatic RuleResult.StatusReturns the enum constant of this class with the specified name.static RuleResult.Status[]RuleResult.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in nl.knaw.dans.lib.util.ruleengine with parameters of type RuleResult.StatusModifierConstructorDescriptionprotectedRuleResult(RuleResult.Status status, List<String> errorMessages) protectedRuleResult(RuleResult.Status status, List<String> errorMessages, Throwable e)