|
Rational QualityArchitect/Java API Version 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class implementing this interface encapsulates a table of string data.
Method Summary | |
java.lang.String[] |
getColumns()
This method retrieves the column names in the table. |
java.util.Vector |
getData()
This method retrieves data from the table. |
int |
getNumCols()
This method retrieves the number of columns in the table. |
int |
getNumRows()
This method retrieves the number of rows in the table. |
void |
setColumns(java.lang.String[] asColumns)
This method specifies the column names in the table. |
void |
setData(java.util.Vector vData)
This method specifies the data in the table. |
Method Detail |
public int getNumCols()
public int getNumRows()
public java.lang.String[] getColumns()
public void setColumns(java.lang.String[] asColumns)
asColumns
- The array of the column names in the table.public java.util.Vector getData()
public void setData(java.util.Vector vData)
Vector
is an array of strings containing one row of data.vData
- The data in the table.
|
30-Jun-2003 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |