Uses of Class
de.gwdg.metadataqa.marc.model.validation.ValidationErrorType
-
Packages that use ValidationErrorType Package Description de.gwdg.metadataqa.marc.model.validation -
-
Uses of ValidationErrorType in de.gwdg.metadataqa.marc.model.validation
Methods in de.gwdg.metadataqa.marc.model.validation that return ValidationErrorType Modifier and Type Method Description ValidationErrorTypeValidationError. getType()static ValidationErrorTypeValidationErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationErrorType[]ValidationErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gwdg.metadataqa.marc.model.validation with parameters of type ValidationErrorType Modifier and Type Method Description voidErrorsCollector. add(String recordId, String marcPath, ValidationErrorType type, String message, String url)Constructors in de.gwdg.metadataqa.marc.model.validation with parameters of type ValidationErrorType Constructor Description ValidationError(String recordId, String marcPath, ValidationErrorType type, String message, String url)
-