Uses of Class
edu.wisc.library.ocfl.api.model.ValidationCode
-
Packages that use ValidationCode Package Description edu.wisc.library.ocfl.api.model -
-
Uses of ValidationCode in edu.wisc.library.ocfl.api.model
Methods in edu.wisc.library.ocfl.api.model that return ValidationCode Modifier and Type Method Description ValidationCodeValidationIssue. getCode()static ValidationCodeValidationCode. 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 edu.wisc.library.ocfl.api.model with parameters of type ValidationCode Constructor Description ValidationIssue(ValidationCode code, String message)
-