Implementation of TBData for Table data. More...
#include <TBData.h>
Public Member Functions | |
TBDataTable (String value) | |
Constructor that takes the String value. | |
TBDataTable (TBData &data) | |
Constructor that calls setValue(). | |
~TBDataTable () | |
String | getType () |
Returns the table type. |
Implementation of TBData for Table data.
Although Table types are stored differently on disk, for the browser all we really care about is the location. Therefore TBDataTable is really just a TBDataString.
Definition at line 828 of file TBData.h.
casa::TBDataTable::TBDataTable | ( | String | value | ) | [inline] |
Constructor that takes the String value.
casa::TBDataTable::TBDataTable | ( | TBData & | data | ) | [inline] |
Constructor that calls setValue().
String casa::TBDataTable::getType | ( | ) | [inline, virtual] |
Returns the table type.
Reimplemented from casa::TBDataString.
Definition at line 840 of file TBData.h.
References casa::TBConstants::TYPE_TABLE.