|
||||||||||
| 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 String |
PROPERTY_NAME
|
static String |
pROPERTY_VALUE_EXPRESSION
|
| Constructor Summary | |
|---|---|
protected |
JRBasePropertyExpression()
|
|
JRBasePropertyExpression(JRPropertyExpression propertyExpression,
JRBaseObjectFactory factory)
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROPERTY_NAME
public static final String pROPERTY_VALUE_EXPRESSION
| Constructor Detail |
|---|
protected JRBasePropertyExpression()
public JRBasePropertyExpression(JRPropertyExpression propertyExpression,
JRBaseObjectFactory factory)
| Method Detail |
|---|
public String getName()
JRPropertyExpression
getName in interface JRPropertyExpressionpublic void setName(String name)
JRPropertyExpression
setName in interface JRPropertyExpressionname - the property namepublic JRExpression getValueExpression()
JRPropertyExpression
getValueExpression in interface JRPropertyExpressionprotected void setValueExpression(JRExpression valueExpression)
public Object clone()
clone in interface JRCloneableclone in class Objectpublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport in interface JRChangeEventsSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||