Uses of Enum Class
br.ufsc.labsec.validationResult.results.reasons.Result
Packages that use Result
Package
Description
-
Uses of Result in br.ufsc.labsec.validationResult.results
Methods in br.ufsc.labsec.validationResult.results that return ResultMethods in br.ufsc.labsec.validationResult.results with parameters of type ResultModifier and TypeMethodDescriptionprotected booleanValidationResult.validationFinalResult(Result expectedResult) -
Uses of Result in br.ufsc.labsec.validationResult.results.reasons
Subclasses with type arguments of type Result in br.ufsc.labsec.validationResult.results.reasonsMethods in br.ufsc.labsec.validationResult.results.reasons that return ResultModifier and TypeMethodDescriptionstatic ResultResult.of(int weight) ValidationResultReason.result()Reason.resultETSI()Reason.resultPBAD()static ResultReturns the enum constant of this class with the specified name.static Result[]Result.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in br.ufsc.labsec.validationResult.results.reasons with parameters of type ResultModifier and TypeMethodDescriptionstatic ReasonValidationResultReason.assertReason(Reason reason, Result result)