ItemProperty.public interface ItemProperty extends JRCloneable
value attribute,
or dynamically, using a value expression.| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Deprecated.
Returns the name of the item property (required).
|
String |
getValue()
Deprecated.
Returns the
value attribute of the item property. |
JRExpression |
getValueExpression()
Deprecated.
Returns a
JRExpression representing
the value object for the item property. |
cloneString getName()
String getValue()
value attribute of the item property. Only
java.lang.String values are allowed for this attribute.value attributeJRExpression getValueExpression()
JRExpression representing
the value object for the item property. If present, it overrides the value given by
the value attribute.Copyright © 2017. All rights reserved.