|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.JRPrintHyperlinkParameter
public class JRPrintHyperlinkParameter
A parameter of the hyperlink associated to a print element.
| Field Summary | |
|---|---|
static String |
DEFAULT_VALUE_CLASS
|
| Constructor Summary | |
|---|---|
JRPrintHyperlinkParameter()
Creates a blank parameter. |
|
JRPrintHyperlinkParameter(String name,
String valueClass,
Object value)
Creates a parameter and initializes its properties. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the parameter name. |
Object |
getValue()
Returns the parameter value. |
String |
getValueClass()
Returns the parameter value class name. |
void |
setName(String name)
Sets the parameter name. |
void |
setValue(Object value)
Sets the parameter value. |
void |
setValueClass(String valueClass)
Sets the parameter value class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_VALUE_CLASS
| Constructor Detail |
|---|
public JRPrintHyperlinkParameter()
public JRPrintHyperlinkParameter(String name,
String valueClass,
Object value)
name - the parameter namevalueClass - the parameter value classvalue - the parameter value| Method Detail |
|---|
public String getName()
setName(String)public String getValueClass()
setValueClass(String)public Object getValue()
setValue(Object)public void setName(String name)
name - the namepublic void setValueClass(String valueClass)
valueClass - the value class namepublic void setValue(Object value)
value - the value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||