|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An ITabularDomData is a special kind of tabular data, collectively known under the german word Domäne at SPARDAT. ITabularDomDatas are tables whose structure is fixed to the following columns:
| Method Summary | |
IDomRow |
getDomRow(int index)
Returns a domain row at a provided index. |
IDomRow |
getDomRow(java.lang.String key)
Returns a row for a provided key or null if there is no row with that key. |
| Methods inherited from interface at.spardat.xma.datasource.ITabularData |
getCell, getCell, getColumnIndex, getColumnName, numCols, size |
| Method Detail |
public IDomRow getDomRow(int index)
index - zero based index, may range from zero up to size()-1.
java.lang.IllegalArgumentException - if index is out of range.public IDomRow getDomRow(java.lang.String key)
key - the COD_KEY of the searched row.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||