Representation of a keyword attached to a table or field. More...
#include <TBKeyword.h>
Public Member Functions | |
TBKeyword (String name, TBData &data) | |
Constructor which takes the name, type, and value of the keyword. | |
~TBKeyword () | |
String | getName () |
Returns the name of this keyword. | |
String | getType () |
Returns the type of this keyword. | |
TBData * | getValue () |
Returns the value of this keyword. | |
String | getDisplayValue () |
Returns the display value of this keyword. | |
Private Attributes | |
String | name |
Keyword name. | |
TBData * | data |
Keyword value. |
Representation of a keyword attached to a table or field.
A TBKeyword can be attached either to an entire table or to a specific field in a table. Keywords consist of a name, type, and value.
Definition at line 45 of file TBKeyword.h.
casa::TBKeyword::TBKeyword | ( | String | name, | |
TBData & | data | |||
) |
casa::TBKeyword::~TBKeyword | ( | ) |
String casa::TBKeyword::getDisplayValue | ( | ) |
String casa::TBKeyword::getName | ( | ) |
Returns the name of this keyword.
String casa::TBKeyword::getType | ( | ) |
Returns the type of this keyword.
TBData* casa::TBKeyword::getValue | ( | ) |
Returns the value of this keyword.
TBData* casa::TBKeyword::data [private] |
Keyword value.
Definition at line 75 of file TBKeyword.h.
String casa::TBKeyword::name [private] |
Keyword name.
Definition at line 72 of file TBKeyword.h.