Class NopValidator
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.validate.NopValidator
- All Implemented Interfaces:
ValueValidator
Validator that accepts any value.
This validator is used to simply test for the correct number of occurrences of a value.
- Author:
- Jens Riemschneider
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NopValidator
public NopValidator()
-
-
Method Details
-
validate
Description copied from interface:ValueValidator
Validates the given value.- Specified by:
validate
in interfaceValueValidator
- Parameters:
value
- the value.- Throws:
XDSMetaDataException
- if the validation failed.
-