Package net.sf.jasperreports.engine
Interface JRHyperlinkParameter
- All Superinterfaces:
Cloneable,JRCloneable
- All Known Implementing Classes:
JRBaseHyperlinkParameter,JRDesignHyperlinkParameter
A hyperlink parameter, consisting of a name and a value expression.
Hyperlink parameters can be used to parametrize hyperlinks of custom types.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the parameter name.Returns the parameter value expression.Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
Method Details
-
getName
String getName()Returns the parameter name.- Returns:
- the parameter name
-
getValueExpression
JRExpression getValueExpression()Returns the parameter value expression.- Returns:
- the parameter value expression
-