first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package net.sf.jasperreports.engine.fill;
|
||||
|
||||
import net.sf.jasperreports.engine.JRException;
|
||||
|
||||
public interface JRIncrementer {
|
||||
Object increment(JRFillVariable paramJRFillVariable, Object paramObject, AbstractValueProvider paramAbstractValueProvider) throws JRException;
|
||||
}
|
Reference in New Issue
Block a user