public interface JRPropertyExpression extends JRCloneable
JRElement.getPropertyExpressions()
Modifier and Type | Method and Description |
---|---|
String |
getName()
Return the property name.
|
JRExpression |
getValueExpression()
Return the property value expression.
|
void |
setName(String name)
Set the property name.
|
clone
String getName()
void setName(String name)
name
- the property nameJRExpression getValueExpression()
Copyright © 2016. All rights reserved.