Uses of Class
de.smartics.properties.report.data.ReportProblem

Packages that use ReportProblem
de.smartics.properties.report.data Provides classes that represent report data. 
de.smartics.properties.reports Provides report implementations to generate reports in different formats. 
 

Uses of ReportProblem in de.smartics.properties.report.data
 

Methods in de.smartics.properties.report.data that return types with arguments of type ReportProblem
 List<ReportProblem> PropertyReport.getProblems()
          Returns the list of problems encountered while parsing sources and fetching report information.
 

Methods in de.smartics.properties.report.data with parameters of type ReportProblem
 void PropertyReport.addProblem(ReportProblem problem)
          Reports a problem encountered while analyzing for report items.
 

Uses of ReportProblem in de.smartics.properties.reports
 

Methods in de.smartics.properties.reports that return types with arguments of type ReportProblem
 List<ReportProblem> AbstractPropertyReport.getProblems()
          Returns the list of problems encountered while parsing sources and fetching report information.
 

Methods in de.smartics.properties.reports with parameters of type ReportProblem
 void AbstractPropertyReport.addProblem(ReportProblem problem)
          Reports a problem encountered while analyzing for report items.
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.