first commit
This commit is contained in:
9
hrmsEjb/net/sf/jasperreports/engine/JRQuery.java
Normal file
9
hrmsEjb/net/sf/jasperreports/engine/JRQuery.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package net.sf.jasperreports.engine;
|
||||
|
||||
public interface JRQuery extends JRCloneable {
|
||||
JRQueryChunk[] getChunks();
|
||||
|
||||
String getText();
|
||||
|
||||
String getLanguage();
|
||||
}
|
Reference in New Issue
Block a user