Uses of Class
io.ocfl.api.model.ValidationCode
-
Packages that use ValidationCode Package Description io.ocfl.api.model -
-
Uses of ValidationCode in io.ocfl.api.model
Methods in io.ocfl.api.model that return ValidationCode Modifier and Type Method Description ValidationCode
ValidationIssue. getCode()
static ValidationCode
ValidationCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValidationCode[]
ValidationCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.ocfl.api.model with parameters of type ValidationCode Constructor Description ValidationIssue(ValidationCode code, String message)
-