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
ConstructorDescriptionClosureEncodingRule
(Closure testClosure) ClosureEncodingRule
(String description, String sectionReference, Closure testClosure) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from class org.openehealth.ipf.modules.hl7.validation.model.ClosureRuleSupport
getDescription, getSectionReference, getTestClosure, setDescription, setSectionReference, setTestClosure
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
Methods inherited from interface ca.uhn.hl7v2.validation.Rule
getDescription, getSectionReference
-
Constructor Details
-
ClosureEncodingRule
-
ClosureEncodingRule
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
- Overrides:
getMetaClass
in classClosureRuleSupport
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
- Overrides:
setMetaClass
in classClosureRuleSupport
-
test
- Specified by:
test
in interfaceEncodingRule
-
apply
-