public class ClosureRuleSupport extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
ClosureRuleSupport(groovy.lang.Closure<ca.uhn.hl7v2.validation.ValidationException[]> testClosure) |
ClosureRuleSupport(String description,
String sectionReference,
groovy.lang.Closure<ca.uhn.hl7v2.validation.ValidationException[]> testClosure) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
String |
getSectionReference() |
groovy.lang.Closure<ca.uhn.hl7v2.validation.ValidationException[]> |
getTestClosure() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setDescription(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setSectionReference(String value) |
void |
setTestClosure(groovy.lang.Closure<ca.uhn.hl7v2.validation.ValidationException[]> value) |
public ClosureRuleSupport(groovy.lang.Closure<ca.uhn.hl7v2.validation.ValidationException[]> testClosure)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic groovy.lang.Closure<ca.uhn.hl7v2.validation.ValidationException[]> getTestClosure()
public void setTestClosure(groovy.lang.Closure<ca.uhn.hl7v2.validation.ValidationException[]> value)
public String getSectionReference()
public void setSectionReference(String value)
public String getDescription()
public void setDescription(String value)
Copyright © 2016 Open eHealth Foundation. All rights reserved.