Uses of Enum Class
eu.dnetlib.dhp.schema.mdstore.ValidationType
Packages that use ValidationType
-
Uses of ValidationType in eu.dnetlib.dhp.schema.mdstore
Methods in eu.dnetlib.dhp.schema.mdstore that return ValidationTypeModifier and TypeMethodDescriptionstatic ValidationTypeReturns the enum constant of this class with the specified name.static ValidationType[]ValidationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.dnetlib.dhp.schema.mdstore that return types with arguments of type ValidationTypeModifier and TypeMethodDescriptionMap<ValidationType,eu.dnetlib.validator2.result_models.StandardValidationResult> MetadataRecord.getValidationResults()Method parameters in eu.dnetlib.dhp.schema.mdstore with type arguments of type ValidationTypeModifier and TypeMethodDescriptionvoidMetadataRecord.setValidationResults(Map<ValidationType, eu.dnetlib.validator2.result_models.StandardValidationResult> validationResults) Constructor parameters in eu.dnetlib.dhp.schema.mdstore with type arguments of type ValidationTypeModifierConstructorDescriptionMetadataRecord(String originalId, String encoding, Provenance provenance, String body, Map<ValidationType, eu.dnetlib.validator2.result_models.StandardValidationResult> validationResults, Long dateOfCollection)