Class ClosureEncodingRule
java.lang.Object
org.openehealth.ipf.modules.hl7.validation.model.ClosureRuleSupport
org.openehealth.ipf.modules.hl7.validation.model.ClosureEncodingRule
- All Implemented Interfaces:
EncodingRule,Rule<String>,GroovyObject,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClosureEncodingRule(Closure testClosure) ClosureEncodingRule(String description, String sectionReference, Closure testClosure) -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class org.openehealth.ipf.modules.hl7.validation.model.ClosureRuleSupport
getDescription, getSectionReference, getTestClosure, setDescription, setSectionReference, setTestClosureMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setPropertyMethods inherited from interface ca.uhn.hl7v2.validation.Rule
getDescription, getSectionReference
-
Constructor Details
-
ClosureEncodingRule
-
ClosureEncodingRule
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClassin interfaceGroovyObject- Overrides:
getMetaClassin classClosureRuleSupport
-
setMetaClass
- Specified by:
setMetaClassin interfaceGroovyObject- Overrides:
setMetaClassin classClosureRuleSupport
-
test
- Specified by:
testin interfaceEncodingRule
-
apply
-