Class IdentifierValidator
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.validate.IdentifierValidator
- All Implemented Interfaces:
ValueValidator
Validator for data type "Identifier"
- Author:
- Dmytro Rud
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IdentifierValidator
public IdentifierValidator()
-
-
Method Details
-
validate
Description copied from interface:ValueValidatorValidates the given value.- Specified by:
validatein interfaceValueValidator- Parameters:
identifier- the value.- Throws:
XDSMetaDataException- if the validation failed.
-