Class ClosureRuleSupport
- java.lang.Object
-
- org.openehealth.ipf.modules.hl7.validation.model.ClosureRuleSupport
-
- All Implemented Interfaces:
GroovyObject
- Direct Known Subclasses:
ClosureEncodingRule
,ClosureMessageRule
,ClosurePrimitiveTypeRule
public class ClosureRuleSupport extends Object implements GroovyObject
-
-
Constructor Summary
Constructors Constructor Description ClosureRuleSupport()
ClosureRuleSupport(Closure<ValidationException[]> testClosure)
ClosureRuleSupport(String description, String sectionReference, Closure<ValidationException[]> testClosure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
MetaClass
getMetaClass()
String
getSectionReference()
Closure<ValidationException[]>
getTestClosure()
void
setDescription(String value)
void
setMetaClass(MetaClass mc)
void
setSectionReference(String value)
void
setTestClosure(Closure<ValidationException[]> value)
-
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
-
-
-
-
Constructor Detail
-
ClosureRuleSupport
public ClosureRuleSupport()
-
ClosureRuleSupport
public ClosureRuleSupport(Closure<ValidationException[]> testClosure)
-
ClosureRuleSupport
public ClosureRuleSupport(String description, String sectionReference, Closure<ValidationException[]> testClosure)
-
-
Method Detail
-
getMetaClass
public MetaClass getMetaClass()
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
public void setMetaClass(MetaClass mc)
- Specified by:
setMetaClass
in interfaceGroovyObject
-
getTestClosure
public Closure<ValidationException[]> getTestClosure()
-
setTestClosure
public void setTestClosure(Closure<ValidationException[]> value)
-
getSectionReference
public String getSectionReference()
-
setSectionReference
public void setSectionReference(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
-