first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package net.sf.jasperreports.engine;
|
||||
|
||||
public interface JRPropertiesHolder {
|
||||
boolean hasProperties();
|
||||
|
||||
JRPropertiesMap getPropertiesMap();
|
||||
|
||||
JRPropertiesHolder getParentProperties();
|
||||
}
|
Reference in New Issue
Block a user