|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.base.JRBasePropertyExpression
public class JRBasePropertyExpression
Base implementation of JRPropertyExpression
.
Field Summary | |
---|---|
static java.lang.String |
PROPERTY_NAME
|
static java.lang.String |
pROPERTY_VALUE_EXPRESSION
|
Constructor Summary | |
---|---|
protected |
JRBasePropertyExpression()
|
|
JRBasePropertyExpression(JRPropertyExpression propertyExpression,
JRBaseObjectFactory factory)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROPERTY_NAME
public static final java.lang.String pROPERTY_VALUE_EXPRESSION
Constructor Detail |
---|
protected JRBasePropertyExpression()
public JRBasePropertyExpression(JRPropertyExpression propertyExpression, JRBaseObjectFactory factory)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |