Interface RegistryObjectValidator
- All Known Implementing Classes:
AuthorClassificationValidation
,ClassificationValidation
,ExternalIdentifierValidation
,ServiceTimeChronologyValidation
,SlotValidation
,SlotValueValidation
public interface RegistryObjectValidator
Provides validation for a specific aspect of a registry object.
- Author:
- Jens Riemschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Validates a registry object.
-
Method Details
-
validate
Validates a registry object.- Parameters:
obj
- the object.- Throws:
XDSMetaDataException
- if the validation failed.
-