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
-
Method Summary
-
Constructor Details
-
IdentifierValidator
public IdentifierValidator()
-
-
Method Details
-
validate
Description copied from interface:ValueValidator
Validates the given value.- Specified by:
validate
in interfaceValueValidator
- Parameters:
identifier
- the value.- Throws:
XDSMetaDataException
- if the validation failed.
-