Class ReportingValueFormatVisitor
java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.project.report.ReportingValueFormatVisitor
- All Implemented Interfaces:
IValueFormatVisitor
IValueFormatVisitor implementation that adds error reporting.
- Since:
- 6.3
- Author:
- O. Kerpershoek
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReportingValueFormatVisitor
(IInitializationReport report, IValueFormatVisitor visitor) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFormat
(IValueFormatDS datasource) This method should be invoked to add a value format definition.Methods inherited from class com.aquima.interactions.foundation.report.ReportingVisitorDS
addError, addMessage, beginScope, endScope, getCategory, getReport
-
Constructor Details
-
Method Details
-
addFormat
Description copied from interface:IValueFormatVisitor
This method should be invoked to add a value format definition.- Specified by:
addFormat
in interfaceIValueFormatVisitor
- Parameters:
datasource
- the value format.
-