Uses of Class
io.ocfl.api.model.ValidationCode.Type
-
Packages that use ValidationCode.Type Package Description io.ocfl.api.model -
-
Uses of ValidationCode.Type in io.ocfl.api.model
Methods in io.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.
-