42 #ifndef _SOURCECATALOG_SOURCEATTRIBUTES_TABLEROWATTRIBUTE_H 43 #define _SOURCECATALOG_SOURCEATTRIBUTES_TABLEROWATTRIBUTE_H 49 namespace SourceCatalog {
Attribute interface extended by all source attributes.
Source attribute which can be used to retrieve the table row used to create the source.
TableRowAttribute(Table::Row row)
Constructs a new TableRowAttribute with the given row.
const Table::Row & getRow() const
Returns the table row.
Represents one row of a Table.
virtual ~TableRowAttribute()=default
Destructor.