first commit
This commit is contained in:
7
hrmsEjb/net/sf/jasperreports/engine/JRDataSource.java
Normal file
7
hrmsEjb/net/sf/jasperreports/engine/JRDataSource.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package net.sf.jasperreports.engine;
|
||||
|
||||
public interface JRDataSource {
|
||||
boolean next() throws JRException;
|
||||
|
||||
Object getFieldValue(JRField paramJRField) throws JRException;
|
||||
}
|
Reference in New Issue
Block a user