Class PositiveNumberValidator
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.validate.PositiveNumberValidator
- All Implemented Interfaces:
ValueValidator
Validates for a positive number.
- Author:
- Jens Riemschneider
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PositiveNumberValidator
public PositiveNumberValidator()
-
-
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.
-