com.vladium.emma.report
Interface IReportDataView

All Known Implementing Classes:
ReportDataModel.ReportDataView

public interface IReportDataView

Author:
Vlad Roubtsov, (C) 2003

Field Summary
static int HIER_CLS_VIEW
           
static int HIER_SRC_VIEW
           
 
Method Summary
 IItem getRoot()
           
 

Field Detail

HIER_CLS_VIEW

static final int HIER_CLS_VIEW
See Also:
Constant Field Values

HIER_SRC_VIEW

static final int HIER_SRC_VIEW
See Also:
Constant Field Values
Method Detail

getRoot

IItem getRoot()