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()
JRPropertyExpression
getName
in interface JRPropertyExpression
public void setName(String name)
JRPropertyExpression
setName
in interface JRPropertyExpression
name
- the property namepublic JRExpression getValueExpression()
JRPropertyExpression
getValueExpression
in interface JRPropertyExpression
protected void setValueExpression(JRExpression valueExpression)
public Object clone()
clone
in interface JRCloneable
clone
in class Object
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
Copyright © 2016. All rights reserved.