Package ca.uhn.hl7v2.validation.builder
Interface Predicate
- All Superinterfaces:
Serializable
Predicate used for validation rules.
- Author:
- Christian Ohr
-
Method Summary
-
Method Details
-
evaluate
- Parameters:
data- object to be evaluated by this predicate- Returns:
- true if predicate matches, false if not
- Throws:
ValidationException
-
getDescription
- Returns:
- description of the predicate
-