- getColumnNames(int) - Method in class ome.metakit.MetakitReader
-
Retrieve the name of every column in the table with the given index.
- getColumnNames(String) - Method in class ome.metakit.MetakitReader
-
Retrieve the name of every column in the named table.
- getColumnTypes(int) - Method in class ome.metakit.MetakitReader
-
Retrieve the type for every column in the table with the given index.
- getColumnTypes(String) - Method in class ome.metakit.MetakitReader
-
Retrieve the type for every column in the named table.
- getName() - Method in class ome.metakit.Column
-
Retrieve the name of the column.
- getRowCount(int) - Method in class ome.metakit.MetakitReader
-
Retrieve the number of rows in the table with the given index.
- getRowCount(String) - Method in class ome.metakit.MetakitReader
-
Retrieve the number of rows in the named table.
- getRowData(int, int) - Method in class ome.metakit.MetakitReader
-
Retrieve the given row of data from the table with the given index.
- getRowData(int, String) - Method in class ome.metakit.MetakitReader
-
Retrieve the given row of data from the named table.
- getTableCount() - Method in class ome.metakit.MetakitReader
-
Retrieve the number of tables in this database file.
- getTableData(int) - Method in class ome.metakit.MetakitReader
-
Retrieve all of the tabular data for the table with the given index.
- getTableData(String) - Method in class ome.metakit.MetakitReader
-
Retrieve all of the tabular data for the named table.
- getTableNames() - Method in class ome.metakit.MetakitReader
-
Retrieve the name of every table in this database file.
- getType() - Method in class ome.metakit.Column
-
Retrieve the Class corresponding to the column's type.
- getTypeString() - Method in class ome.metakit.Column
-
Retrieve a string representation of the type.
- getValueList() - Method in class ome.metakit.ColumnMap
-
Return the list of values in this map's column.
- getValues() - Method in class ome.metakit.ColumnMap
-
Return an array of the values in this map's column.