Class OIDValidator
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.validate.OIDValidator
- All Implemented Interfaces:
ValueValidator
Validator for OIDs.
- Author:
- Jens Riemschneider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OIDValidator
public OIDValidator()
-
-
Method Details
-
validate
Description copied from interface:ValueValidatorValidates the given value.- Specified by:
validatein interfaceValueValidator- Parameters:
oid- the value.- Throws:
XDSMetaDataException- if the validation failed.
-