net.sf.jasperreports.engine.base
public class JRBasePropertyExpression extends java.lang.Object implements JRPropertyExpression, java.io.Serializable, JRChangeEventsSupport
JRPropertyExpression
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_NAME |
static java.lang.String |
pROPERTY_VALUE_EXPRESSION |
Modifier | Constructor and Description |
---|---|
protected |
JRBasePropertyExpression() |
|
JRBasePropertyExpression(JRPropertyExpression propertyExpression,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
java.lang.String |
getName()
Return the property name.
|
JRExpression |
getValueExpression()
Return the property value expression.
|
void |
setName(java.lang.String name)
Set the property name.
|
protected void |
setValueExpression(JRExpression valueExpression) |
public static final java.lang.String PROPERTY_NAME
public static final java.lang.String pROPERTY_VALUE_EXPRESSION
protected JRBasePropertyExpression()
public JRBasePropertyExpression(JRPropertyExpression propertyExpression, JRBaseObjectFactory factory)
public java.lang.String getName()
JRPropertyExpression
getName
in interface JRPropertyExpression
public void setName(java.lang.String name)
JRPropertyExpression
setName
in interface JRPropertyExpression
name
- the property namepublic JRExpression getValueExpression()
JRPropertyExpression
getValueExpression
in interface JRPropertyExpression
protected void setValueExpression(JRExpression valueExpression)
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com