|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.reservoir.monitoring.core.table.DefaultTableRow
public class DefaultTableRow
A default implementation of a TableRow.
Constructor Summary | |
---|---|
DefaultTableRow()
Construct a TableRow. |
Method Summary | |
---|---|
TableRow |
add(java.lang.Object value)
Add an object value to the row. |
TableRow |
add(TableValue value)
Add some data value to the row. |
TableValue |
get(int n)
Get the Nth element from a row. |
TableRow |
set(int n,
TableValue value)
Set the Nth element of a row. |
int |
size()
Get the size of the row. |
java.util.List<TableValue> |
toList()
Convert the Row to a List. |
java.lang.String |
toString()
To string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultTableRow()
Method Detail |
---|
public int size()
size
in interface TableRow
public TableValue get(int n)
get
in interface TableRow
public TableRow set(int n, TableValue value)
set
in interface TableRow
public TableRow add(TableValue value)
add
in interface TableRow
public TableRow add(java.lang.Object value) throws TypeException
add
in interface TableRow
TypeException
public java.util.List<TableValue> toList()
toList
in interface TableRow
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |