package net.sf.jasperreports.engine; public interface JRDataSource { boolean next() throws JRException; Object getFieldValue(JRField paramJRField) throws JRException; }