Uses of Class
br.ufsc.labsec.signature.Result
Package | Description |
---|---|
br.ufsc.labsec.signature |
-
Uses of Result in br.ufsc.labsec.signature
Fields in br.ufsc.labsec.signature declared as Result Modifier and Type Field Description Result
ValidationResult. result
Resultado da validaçãoMethods in br.ufsc.labsec.signature that return Result Modifier and Type Method Description static Result
Result. valueOf(String name)
Returns the enum constant of this type with the specified name.static Result[]
Result. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in br.ufsc.labsec.signature with parameters of type Result Constructor Description ValidationResult(Result result)
Construtor privadoValidationResult(Result result, String extendedMessage)