42#ifndef _SOURCECATALOG_SOURCEATTRIBUTES_TABLEROWATTRIBUTE_H
43#define _SOURCECATALOG_SOURCEATTRIBUTES_TABLEROWATTRIBUTE_H
Attribute interface extended by all source attributes.
virtual ~TableRowAttribute()=default
Destructor.
const Table::Row & getRow() const
Returns the table row.
TableRowAttribute(Table::Row row)
Constructs a new TableRowAttribute with the given row.
Represents one row of a Table.