net.sf.jasperreports.engine
Interface JRHyperlinkParameter

All Superinterfaces:
java.lang.Cloneable, JRCloneable
All Known Implementing Classes:
JRBaseHyperlinkParameter, JRDesignHyperlinkParameter

public interface JRHyperlinkParameter
extends JRCloneable

A hyperlink parameter, consisting of a name and a value expression. Hyperlink parameters can be used to parametrize hyperlinks of custom types.

Version:
$Id: JRHyperlinkParameter.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
JRHyperlink.getHyperlinkParameters()

Method Summary
 java.lang.String getName()
          Returns the parameter name.
 JRExpression getValueExpression()
          Returns the parameter value expression.
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

getName

java.lang.String getName()
Returns the parameter name.

Returns:
the parameter name

getValueExpression

JRExpression getValueExpression()
Returns the parameter value expression.

Returns:
the parameter value expression


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com