Uses of Interface
com.ebasetech.ufs.mapping.TableRow
Package | Description |
---|---|
com.ebasetech.ufs.mapping |
-
Uses of TableRow in com.ebasetech.ufs.mapping
Methods in com.ebasetech.ufs.mapping that return TableRow Modifier and Type Method Description TableRow
TableDataInterface. createNewRow()
Factory method.TableRow
TableDataInterface. getTableRow(int uniqueIdentifier)
Gets the tableRow associated with this unique identifier.Methods in com.ebasetech.ufs.mapping with parameters of type TableRow Modifier and Type Method Description void
TableDataInterface. addRow(TableRow row)
Adds the supplied row to the table data.