net.sf.jasperreports.engine
Interface JRPropertyExpression

All Known Implementing Classes:
JRBasePropertyExpression, JRDesignPropertyExpression

public interface JRPropertyExpression

Report property with a value based on an expression.

Version:
$Id: JRPropertyExpression.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
JRElement.getPropertyExpressions()

Method Summary
 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.
 

Method Detail

getName

java.lang.String getName()
Return the property name.

Returns:
the property name

setName

void setName(java.lang.String name)
Set the property name.

Parameters:
name - the property name

getValueExpression

JRExpression getValueExpression()
Return the property value expression.

Returns:
the property value expression


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com