|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JRField
An abstract representation of a data source field. Each row in a dataset consists of one or more fields with unique names. These names can be used in report expressions.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the field optional description. |
java.lang.String |
getName()
Gets the field unique name. |
java.lang.Class |
getValueClass()
Gets the field value class. |
java.lang.String |
getValueClassName()
Gets the field value class name. |
void |
setDescription(java.lang.String description)
Sets the field description. |
| Methods inherited from interface net.sf.jasperreports.engine.JRPropertiesHolder |
|---|
getParentProperties, getPropertiesMap, hasProperties |
| Methods inherited from interface net.sf.jasperreports.engine.JRCloneable |
|---|
clone |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getDescription()
void setDescription(java.lang.String description)
java.lang.Class getValueClass()
java.lang.String getValueClassName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||