public class JRBasePropertyExpression extends Object implements JRPropertyExpression, Serializable, JRChangeEventsSupport
JRPropertyExpression.| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME |
static String |
pROPERTY_VALUE_EXPRESSION |
| Modifier | Constructor and Description |
|---|---|
protected |
JRBasePropertyExpression() |
|
JRBasePropertyExpression(JRPropertyExpression propertyExpression,
JRBaseObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
String |
getName()
Return the property name.
|
JRExpression |
getValueExpression()
Return the property value expression.
|
void |
setName(String name)
Set the property name.
|
protected void |
setValueExpression(JRExpression valueExpression) |
public static final String PROPERTY_NAME
public static final String pROPERTY_VALUE_EXPRESSION
protected JRBasePropertyExpression()
public JRBasePropertyExpression(JRPropertyExpression propertyExpression, JRBaseObjectFactory factory)
public String getName()
JRPropertyExpressiongetName in interface JRPropertyExpressionpublic void setName(String name)
JRPropertyExpressionsetName in interface JRPropertyExpressionname - the property namepublic JRExpression getValueExpression()
JRPropertyExpressiongetValueExpression in interface JRPropertyExpressionprotected void setValueExpression(JRExpression valueExpression)
public Object clone()
clone in interface JRCloneableclone in class Objectpublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportCopyright © 2017. All rights reserved.