public interface ItemProperty extends JRCloneable
value
attribute,
or dynamically, using a value expression.Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the item property (required).
|
String |
getValue()
Returns the
value attribute of the item property. |
JRExpression |
getValueExpression()
Returns a
JRExpression representing
the value object for the item property. |
clone
String 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 © 2016. All rights reserved.