|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrefinery.report.filter.StaticDataSource
A data source that returns a constant value. An example is a label on a report.
| Constructor Summary | |
StaticDataSource()
Default constructor. |
|
StaticDataSource(java.lang.Object o)
Constructs a new static data source. |
|
| Method Summary | |
java.lang.Object |
clone()
Clones the data source, although the enclosed 'static' value is not cloned. |
java.lang.Object |
getValue()
Returns the value of the data source. |
void |
setValue(java.lang.Object o)
Sets the value of the data source. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StaticDataSource()
public StaticDataSource(java.lang.Object o)
o - The value.| Method Detail |
public void setValue(java.lang.Object o)
o - The value.public java.lang.Object getValue()
getValue in interface DataSource
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface DataSourcejava.lang.CloneNotSupportedException - this should never happen.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||