Uses of Class
edu.wisc.library.ocfl.api.model.ValidationCode.Type
-
Packages that use ValidationCode.Type Package Description edu.wisc.library.ocfl.api.model -
-
Uses of ValidationCode.Type in edu.wisc.library.ocfl.api.model
Methods in edu.wisc.library.ocfl.api.model that return ValidationCode.Type Modifier and Type Method Description ValidationCode.TypeValidationCode. getType()static ValidationCode.TypeValidationCode.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationCode.Type[]ValidationCode.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-