first commit
This commit is contained in:
11
hrmsEjb/net/sf/jasperreports/engine/JRBreak.java
Normal file
11
hrmsEjb/net/sf/jasperreports/engine/JRBreak.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package net.sf.jasperreports.engine;
|
||||
|
||||
public interface JRBreak extends JRElement {
|
||||
public static final byte TYPE_PAGE = 1;
|
||||
|
||||
public static final byte TYPE_COLUMN = 2;
|
||||
|
||||
byte getType();
|
||||
|
||||
void setType(byte paramByte);
|
||||
}
|
Reference in New Issue
Block a user