first commit
This commit is contained in:
13
hrmsEjb/net/sf/jasperreports/engine/JRField.java
Normal file
13
hrmsEjb/net/sf/jasperreports/engine/JRField.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package net.sf.jasperreports.engine;
|
||||
|
||||
public interface JRField extends JRPropertiesHolder, JRCloneable {
|
||||
String getName();
|
||||
|
||||
String getDescription();
|
||||
|
||||
void setDescription(String paramString);
|
||||
|
||||
Class getValueClass();
|
||||
|
||||
String getValueClassName();
|
||||
}
|
Reference in New Issue
Block a user