casacore::String getType()
Returns this field's type.
casacore::String getUCD()
Returns this field's UCD property, or an empty casacore::String if it is not set. ...
casacore::String ref
Field ref.
casacore::String precision
Field precision.
casacore::String getName()
Returns this field's name.
void setUnit(casacore::String unit)
Sets this field's unit property.
std::vector< TBKeyword * > keywords
Field keywords.
casacore::String type
Field type.
casacore::String getWidth()
Returns this field's width property, or an empty casacore::String if it is not set.
casacore::String name
Field name.
casacore::String ucd
Field UCD.
std::vector< TBKeyword * > * getKeywords()
Returns this field's keywords.
TBKeyword * keywordAt(unsigned int i)
Returns the keyword at index i.
void setWidth(casacore::String width)
Sets this field's width property.
casacore::String getUnit()
Returns this field's unit property, or an empty casacore::String if it is not set.
casacore::String unit
Field unit.
void setRef(casacore::String ref)
Sets this field's ref property.
casacore::String width
Field width.
Representation of a table field.
void setPrecision(casacore::String precision)
Sets this field's precision property.
casacore::String getRef()
Returns this field's ref property, or an empty casacore::String if it is not set. ...
String: the storage and methods of handling collections of characters.
TBField(casacore::String name, casacore::String type)
Constructor to take the name and type.
TBKeyword * keyword(int i)
Returns the keyword at index i, or NULL if there is none.
Representation of a keyword attached to a table or field.
unsigned int numKeywords()
Returns the number of keywords this field has.
casacore::String getPrecision()
Returns this field's precision property, or an empty casacore::String if it is not set...
void addKeyword(TBKeyword *keyword)
Adds the given keyword to this field's keyword list.
void setUCD(casacore::String ucd)
Sets this field's UCD property.