com.jcoverage.reporting
Interface LineCategory

All Known Implementing Classes:
DefaultLineCategory

public interface LineCategory

Instances of this class are analogous to a database table, but not the same. A database table contains its columns, whereas lines only reference their categories, such that categories can be used by two different lines which belong in different pages.


Method Summary
 java.util.Collection getColumns()
          Return the columns that are associated with this category.
 

Method Detail

getColumns

public java.util.Collection getColumns()
Return the columns that are associated with this category.