org.keridwen.modelling.reporting
Interface ReportData

All Known Implementing Classes:
DefaultReportDataBulletList, DefaultReportDataFileImage, DefaultReportDataText, DefaultReportDataTextArray

public interface ReportData

This interface represents abstract data which will be printed into a generated report. It was made as an empty interface to ensure adaptability to any new data type. Default data types are implemented in Keridwen, new specific implementation can be declared in specific Keridwen extention. This forces use of "instanceof", an functionality conservative alternative would be welcome.

Author:
pierre



Copyright © 2012-2013 Artenum. All Rights Reserved.