com.vladium.emma.report
Class ReportDataModel.ReportDataView

java.lang.Object
  extended by com.vladium.emma.report.ReportDataModel.ReportDataView
All Implemented Interfaces:
IReportDataView
Enclosing class:
ReportDataModel

private static final class ReportDataModel.ReportDataView
extends java.lang.Object
implements IReportDataView


Field Summary
private  IItem m_root
           
 
Fields inherited from interface com.vladium.emma.report.IReportDataView
HIER_CLS_VIEW, HIER_SRC_VIEW
 
Constructor Summary
ReportDataModel.ReportDataView(IItem root)
           
 
Method Summary
 IItem getRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_root

private final IItem m_root
Constructor Detail

ReportDataModel.ReportDataView

ReportDataModel.ReportDataView(IItem root)
Method Detail

getRoot

public IItem getRoot()
Specified by:
getRoot in interface IReportDataView