|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.util.ReportParameterValues
public class ReportParameterValues
Todo: Document Me
Constructor Summary | |
---|---|
ReportParameterValues()
|
|
ReportParameterValues(ReportParameterValues values)
|
Method Summary | |
---|---|
void |
clear()
|
Object |
clone()
|
Object |
get(String col)
Returns the value of the function, expression or column using its specific name. |
String[] |
getColumnNames()
Returns the known column names, this data-row understands. |
boolean |
isChanged(String name)
Checks whether the value contained in the column has changed since the last advance-operation. |
Object |
put(String col,
Object value)
|
void |
putAll(DataRow dataRow)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReportParameterValues()
public ReportParameterValues(ReportParameterValues values)
Method Detail |
---|
public Object put(String col, Object value)
public Object get(String col)
getValue()
method is called and for columns from the tablemodel the tablemodel method getValueAt(row, column)
gets called.
get
in interface DataRow
col
- the item index.
public String[] getColumnNames()
DataRow
getColumnNames
in interface DataRow
public boolean isChanged(String name)
isChanged
in interface DataRow
name
- the name of the column.
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public void putAll(DataRow dataRow)
public void clear()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |