Interface ValueListValidator
- All Known Implementing Classes:
RecipientListValidator
public interface ValueListValidator
Provides validation of a list of values for compatibility with other data types.
- Author:
- Jens Riemschneider
-
Method Summary
-
Method Details
-
validate
Validates the given values.- Parameters:
values
- the values.- Throws:
XDSMetaDataException
- if the validation failed.
-