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 2153 2008-04-17 13:33:37Z lucianc $
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-2006 JasperSoft Corporation www.jaspersoft.com