1 28 package net.sf.jasperreports.engine; 29 30 38 public interface JRElementDataset 39 { 40 41 45 public byte getResetType(); 46 47 50 public JRGroup getResetGroup(); 51 52 57 public byte getIncrementType(); 58 59 62 public JRGroup getIncrementGroup(); 63 64 67 public void collectExpressions(JRExpressionCollector collector); 68 69 74 public JRDatasetRun getDatasetRun(); 75 76 88 public JRExpression getIncrementWhenExpression(); 89 90 } 91 | Popular Tags |