#include <CalDataRow.h>
Collaboration diagram for asdm::CalDataRow:

Generated from model's revision "1.46", branch "HEAD"
Definition at line 160 of file CalDataRow.h.
Public Member Functions | |
| virtual | ~CalDataRow () |
| CalDataTable & | getTable () const |
| Return the table to which this row belongs. | |
| CalDataRowIDL * | toIDL () const |
| Return this row in the form of an IDL struct. | |
| void | setFromIDL (CalDataRowIDL x) throw (ConversionException) |
| Fill the values of this row from the IDL struct CalDataRowIDL. | |
| string | toXML () const |
| Return this row in the form of an XML string. | |
| void | setFromXML (string rowDoc) throw (ConversionException) |
| Fill the values of this row from an XML string that was produced by the toXML() method. | |
| int | getNumScan () const |
| Get numScan. | |
| void | setNumScan (int numScan) |
| Set numScan with the specified int. | |
| bool | isFrequencyGroupExists () const |
| The attribute frequencyGroup is optional. | |
| int | getFrequencyGroup () const throw (IllegalAccessException) |
| Get frequencyGroup, which is optional. | |
| void | setFrequencyGroup (int frequencyGroup) |
| Set frequencyGroup with the specified int. | |
| void | clearFrequencyGroup () |
| Mark frequencyGroup, which is an optional field, as non-existent. | |
| vector< int > | getScanSet () const |
| Get scanSet. | |
| void | setScanSet (vector< int > scanSet) |
| Set scanSet with the specified vector<int >. | |
| CalTypeMod::CalType | getCalType () const |
| Get calType. | |
| void | setCalType (CalTypeMod::CalType calType) |
| Set calType with the specified CalTypeMod::CalType. | |
| bool | isFreqGroupNameExists () const |
| The attribute freqGroupName is optional. | |
| string | getFreqGroupName () const throw (IllegalAccessException) |
| Get freqGroupName, which is optional. | |
| void | setFreqGroupName (string freqGroupName) |
| Set freqGroupName with the specified string. | |
| void | clearFreqGroupName () |
| Mark freqGroupName, which is an optional field, as non-existent. | |
| bool | isFieldNameExists () const |
| The attribute fieldName is optional. | |
| string | getFieldName () const throw (IllegalAccessException) |
| Get fieldName, which is optional. | |
| void | setFieldName (string fieldName) |
| Set fieldName with the specified string. | |
| void | clearFieldName () |
| Mark fieldName, which is an optional field, as non-existent. | |
| bool | isFieldCodeExists () const |
| The attribute fieldCode is optional. | |
| vector< string > | getFieldCode () const throw (IllegalAccessException) |
| Get fieldCode, which is optional. | |
| void | setFieldCode (vector< string > fieldCode) |
| Set fieldCode with the specified vector<string >. | |
| void | clearFieldCode () |
| Mark fieldCode, which is an optional field, as non-existent. | |
| ArrayTime | getStartTimeObserved () const |
| Get startTimeObserved. | |
| void | setStartTimeObserved (ArrayTime startTimeObserved) |
| Set startTimeObserved with the specified ArrayTime. | |
| ArrayTime | getEndTimeObserved () const |
| Get endTimeObserved. | |
| void | setEndTimeObserved (ArrayTime endTimeObserved) |
| Set endTimeObserved with the specified ArrayTime. | |
| bool | isSourceNameExists () const |
| The attribute sourceName is optional. | |
| vector< string > | getSourceName () const throw (IllegalAccessException) |
| Get sourceName, which is optional. | |
| void | setSourceName (vector< string > sourceName) |
| Set sourceName with the specified vector<string >. | |
| void | clearSourceName () |
| Mark sourceName, which is an optional field, as non-existent. | |
| bool | isSourceCodeExists () const |
| The attribute sourceCode is optional. | |
| vector< string > | getSourceCode () const throw (IllegalAccessException) |
| Get sourceCode, which is optional. | |
| void | setSourceCode (vector< string > sourceCode) |
| Set sourceCode with the specified vector<string >. | |
| void | clearSourceCode () |
| Mark sourceCode, which is an optional field, as non-existent. | |
| bool | isScanIntentExists () const |
| The attribute scanIntent is optional. | |
| vector< ScanIntentMod::ScanIntent > | getScanIntent () const throw (IllegalAccessException) |
| Get scanIntent, which is optional. | |
| void | setScanIntent (vector< ScanIntentMod::ScanIntent > scanIntent) |
| Set scanIntent with the specified vector<ScanIntentMod::ScanIntent >. | |
| void | clearScanIntent () |
| Mark scanIntent, which is an optional field, as non-existent. | |
| bool | isAssocCalDataIdExists () const |
| The attribute assocCalDataId is optional. | |
| Tag | getAssocCalDataId () const throw (IllegalAccessException) |
| Get assocCalDataId, which is optional. | |
| void | setAssocCalDataId (Tag assocCalDataId) |
| Set assocCalDataId with the specified Tag. | |
| void | clearAssocCalDataId () |
| Mark assocCalDataId, which is an optional field, as non-existent. | |
| bool | isAssocCalNatureExists () const |
| The attribute assocCalNature is optional. | |
| AssociatedCalNatureMod::AssociatedCalNature | getAssocCalNature () const throw (IllegalAccessException) |
| Get assocCalNature, which is optional. | |
| void | setAssocCalNature (AssociatedCalNatureMod::AssociatedCalNature assocCalNature) |
| Set assocCalNature with the specified AssociatedCalNatureMod::AssociatedCalNature. | |
| void | clearAssocCalNature () |
| Mark assocCalNature, which is an optional field, as non-existent. | |
| CalDataOriginMod::CalDataOrigin | getCalDataType () const |
| Get calDataType. | |
| void | setCalDataType (CalDataOriginMod::CalDataOrigin calDataType) |
| Set calDataType with the specified CalDataOriginMod::CalDataOrigin. | |
| Extrinsic Table Attributes Links *bool | compareNoAutoInc (int numScan, vector< int > scanSet, CalTypeMod::CalType calType, ArrayTime startTimeObserved, ArrayTime endTimeObserved, CalDataOriginMod::CalDataOrigin calDataType) |
| Compare each mandatory attribute except the autoincrementable one of this CalDataRow with the corresponding parameters and return true if there is a match and false otherwise. | |
| bool | compareRequiredValue (int numScan, vector< int > scanSet, CalTypeMod::CalType calType, ArrayTime startTimeObserved, ArrayTime endTimeObserved, CalDataOriginMod::CalDataOrigin calDataType) |
| bool | equalByRequiredValue (CalDataRow *x) |
| Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
Public Attributes | |
| Intrinsic Table | Attributes |
Private Member Functions | |
| void | isAdded () |
| This method is used by the Table class when this row is added to the table. | |
| CalDataRow (CalDataTable &table) | |
| Create a CalDataRow. | |
| CalDataRow (CalDataTable &table, CalDataRow &row) | |
| Create a CalDataRow using a copy constructor mechanism. | |
| void | setCalDataId (Tag calDataId) |
| Set calDataId with the specified Tag value. | |
Private Attributes | |
| CalDataTable & | table |
| The table to which this row belongs. | |
| bool | hasBeenAdded |
| Whether this row has been added to the table or not. | |
| int | numScan |
| ===> Attribute numScan | |
| bool | frequencyGroupExists |
| ===> Attribute frequencyGroup, which is optional | |
| int | frequencyGroup |
| vector< int > | scanSet |
| ===> Attribute scanSet | |
| CalTypeMod::CalType | calType |
| ===> Attribute calType | |
| bool | freqGroupNameExists |
| ===> Attribute freqGroupName, which is optional | |
| string | freqGroupName |
| bool | fieldNameExists |
| ===> Attribute fieldName, which is optional | |
| string | fieldName |
| bool | fieldCodeExists |
| ===> Attribute fieldCode, which is optional | |
| vector< string > | fieldCode |
| ArrayTime | startTimeObserved |
| ===> Attribute startTimeObserved | |
| ArrayTime | endTimeObserved |
| ===> Attribute endTimeObserved | |
| bool | sourceNameExists |
| ===> Attribute sourceName, which is optional | |
| vector< string > | sourceName |
| bool | sourceCodeExists |
| ===> Attribute sourceCode, which is optional | |
| vector< string > | sourceCode |
| bool | scanIntentExists |
| ===> Attribute scanIntent, which is optional | |
| vector< ScanIntentMod::ScanIntent > | scanIntent |
| bool | assocCalDataIdExists |
| ===> Attribute assocCalDataId, which is optional | |
| Tag | assocCalDataId |
| bool | assocCalNatureExists |
| ===> Attribute assocCalNature, which is optional | |
| AssociatedCalNatureMod::AssociatedCalNature | assocCalNature |
| CalDataOriginMod::CalDataOrigin | calDataType |
| ===> Attribute calDataType | |
Friends | |
| class | asdm::CalDataTable |
| virtual asdm::CalDataRow::~CalDataRow | ( | ) | [virtual] |
| asdm::CalDataRow::CalDataRow | ( | CalDataTable & | table | ) | [private] |
Create a CalDataRow.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
| table | The table to which this row belongs. |
| asdm::CalDataRow::CalDataRow | ( | CalDataTable & | table, | |
| CalDataRow & | row | |||
| ) | [private] |
Create a CalDataRow using a copy constructor mechanism.
Given a CalDataRow row and a CalDataTable table, the method creates a new CalDataRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
| table | The table to which this row belongs. | |
| row | The row which is to be copied. |
| CalDataTable& asdm::CalDataRow::getTable | ( | ) | const |
Return the table to which this row belongs.
| CalDataRowIDL* asdm::CalDataRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
| void asdm::CalDataRow::setFromIDL | ( | CalDataRowIDL | x | ) | throw (ConversionException) |
Fill the values of this row from the IDL struct CalDataRowIDL.
| x | The IDL struct containing the values used to fill this row. |
| string asdm::CalDataRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
| void asdm::CalDataRow::setFromXML | ( | string | rowDoc | ) | throw (ConversionException) |
Fill the values of this row from an XML string that was produced by the toXML() method.
| x | The XML string being used to set the values of this row. |
| int asdm::CalDataRow::getNumScan | ( | ) | const |
Get numScan.
| void asdm::CalDataRow::setNumScan | ( | int | numScan | ) |
Set numScan with the specified int.
| numScan | The int value to which numScan is to be set. |
| bool asdm::CalDataRow::isFrequencyGroupExists | ( | ) | const |
The attribute frequencyGroup is optional.
Return true if this attribute exists.
| int asdm::CalDataRow::getFrequencyGroup | ( | ) | const throw (IllegalAccessException) |
Get frequencyGroup, which is optional.
| IllegalAccessException | If frequencyGroup does not exist. |
| void asdm::CalDataRow::setFrequencyGroup | ( | int | frequencyGroup | ) |
Set frequencyGroup with the specified int.
| frequencyGroup | The int value to which frequencyGroup is to be set. |
| void asdm::CalDataRow::clearFrequencyGroup | ( | ) |
Mark frequencyGroup, which is an optional field, as non-existent.
| vector<int > asdm::CalDataRow::getScanSet | ( | ) | const |
Get scanSet.
| void asdm::CalDataRow::setScanSet | ( | vector< int > | scanSet | ) |
Set scanSet with the specified vector<int >.
| scanSet | The vector<int > value to which scanSet is to be set. |
| CalTypeMod::CalType asdm::CalDataRow::getCalType | ( | ) | const |
Get calType.
| void asdm::CalDataRow::setCalType | ( | CalTypeMod::CalType | calType | ) |
Set calType with the specified CalTypeMod::CalType.
| calType | The CalTypeMod::CalType value to which calType is to be set. |
| bool asdm::CalDataRow::isFreqGroupNameExists | ( | ) | const |
The attribute freqGroupName is optional.
Return true if this attribute exists.
| string asdm::CalDataRow::getFreqGroupName | ( | ) | const throw (IllegalAccessException) |
Get freqGroupName, which is optional.
| IllegalAccessException | If freqGroupName does not exist. |
| void asdm::CalDataRow::setFreqGroupName | ( | string | freqGroupName | ) |
Set freqGroupName with the specified string.
| freqGroupName | The string value to which freqGroupName is to be set. |
| void asdm::CalDataRow::clearFreqGroupName | ( | ) |
Mark freqGroupName, which is an optional field, as non-existent.
| bool asdm::CalDataRow::isFieldNameExists | ( | ) | const |
The attribute fieldName is optional.
Return true if this attribute exists.
| string asdm::CalDataRow::getFieldName | ( | ) | const throw (IllegalAccessException) |
Get fieldName, which is optional.
| IllegalAccessException | If fieldName does not exist. |
| void asdm::CalDataRow::setFieldName | ( | string | fieldName | ) |
Set fieldName with the specified string.
| fieldName | The string value to which fieldName is to be set. |
| void asdm::CalDataRow::clearFieldName | ( | ) |
Mark fieldName, which is an optional field, as non-existent.
| bool asdm::CalDataRow::isFieldCodeExists | ( | ) | const |
The attribute fieldCode is optional.
Return true if this attribute exists.
| vector<string > asdm::CalDataRow::getFieldCode | ( | ) | const throw (IllegalAccessException) |
Get fieldCode, which is optional.
| IllegalAccessException | If fieldCode does not exist. |
| void asdm::CalDataRow::setFieldCode | ( | vector< string > | fieldCode | ) |
Set fieldCode with the specified vector<string >.
| fieldCode | The vector<string > value to which fieldCode is to be set. |
| void asdm::CalDataRow::clearFieldCode | ( | ) |
Mark fieldCode, which is an optional field, as non-existent.
| ArrayTime asdm::CalDataRow::getStartTimeObserved | ( | ) | const |
| void asdm::CalDataRow::setStartTimeObserved | ( | ArrayTime | startTimeObserved | ) |
| ArrayTime asdm::CalDataRow::getEndTimeObserved | ( | ) | const |
| void asdm::CalDataRow::setEndTimeObserved | ( | ArrayTime | endTimeObserved | ) |
| bool asdm::CalDataRow::isSourceNameExists | ( | ) | const |
The attribute sourceName is optional.
Return true if this attribute exists.
| vector<string > asdm::CalDataRow::getSourceName | ( | ) | const throw (IllegalAccessException) |
Get sourceName, which is optional.
| IllegalAccessException | If sourceName does not exist. |
| void asdm::CalDataRow::setSourceName | ( | vector< string > | sourceName | ) |
Set sourceName with the specified vector<string >.
| sourceName | The vector<string > value to which sourceName is to be set. |
| void asdm::CalDataRow::clearSourceName | ( | ) |
Mark sourceName, which is an optional field, as non-existent.
| bool asdm::CalDataRow::isSourceCodeExists | ( | ) | const |
The attribute sourceCode is optional.
Return true if this attribute exists.
| vector<string > asdm::CalDataRow::getSourceCode | ( | ) | const throw (IllegalAccessException) |
Get sourceCode, which is optional.
| IllegalAccessException | If sourceCode does not exist. |
| void asdm::CalDataRow::setSourceCode | ( | vector< string > | sourceCode | ) |
Set sourceCode with the specified vector<string >.
| sourceCode | The vector<string > value to which sourceCode is to be set. |
| void asdm::CalDataRow::clearSourceCode | ( | ) |
Mark sourceCode, which is an optional field, as non-existent.
| bool asdm::CalDataRow::isScanIntentExists | ( | ) | const |
The attribute scanIntent is optional.
Return true if this attribute exists.
| vector<ScanIntentMod::ScanIntent > asdm::CalDataRow::getScanIntent | ( | ) | const throw (IllegalAccessException) |
Get scanIntent, which is optional.
| IllegalAccessException | If scanIntent does not exist. |
| void asdm::CalDataRow::setScanIntent | ( | vector< ScanIntentMod::ScanIntent > | scanIntent | ) |
Set scanIntent with the specified vector<ScanIntentMod::ScanIntent >.
| scanIntent | The vector<ScanIntentMod::ScanIntent > value to which scanIntent is to be set. |
| void asdm::CalDataRow::clearScanIntent | ( | ) |
Mark scanIntent, which is an optional field, as non-existent.
| bool asdm::CalDataRow::isAssocCalDataIdExists | ( | ) | const |
The attribute assocCalDataId is optional.
Return true if this attribute exists.
| Tag asdm::CalDataRow::getAssocCalDataId | ( | ) | const throw (IllegalAccessException) |
Get assocCalDataId, which is optional.
| IllegalAccessException | If assocCalDataId does not exist. |
| void asdm::CalDataRow::setAssocCalDataId | ( | Tag | assocCalDataId | ) |
| void asdm::CalDataRow::clearAssocCalDataId | ( | ) |
Mark assocCalDataId, which is an optional field, as non-existent.
| bool asdm::CalDataRow::isAssocCalNatureExists | ( | ) | const |
The attribute assocCalNature is optional.
Return true if this attribute exists.
| AssociatedCalNatureMod::AssociatedCalNature asdm::CalDataRow::getAssocCalNature | ( | ) | const throw (IllegalAccessException) |
Get assocCalNature, which is optional.
| IllegalAccessException | If assocCalNature does not exist. |
| void asdm::CalDataRow::setAssocCalNature | ( | AssociatedCalNatureMod::AssociatedCalNature | assocCalNature | ) |
Set assocCalNature with the specified AssociatedCalNatureMod::AssociatedCalNature.
| assocCalNature | The AssociatedCalNatureMod::AssociatedCalNature value to which assocCalNature is to be set. |
| void asdm::CalDataRow::clearAssocCalNature | ( | ) |
Mark assocCalNature, which is an optional field, as non-existent.
| CalDataOriginMod::CalDataOrigin asdm::CalDataRow::getCalDataType | ( | ) | const |
Get calDataType.
| void asdm::CalDataRow::setCalDataType | ( | CalDataOriginMod::CalDataOrigin | calDataType | ) |
Set calDataType with the specified CalDataOriginMod::CalDataOrigin.
| calDataType | The CalDataOriginMod::CalDataOrigin value to which calDataType is to be set. |
| Extrinsic Table Attributes Links* bool asdm::CalDataRow::compareNoAutoInc | ( | int | numScan, | |
| vector< int > | scanSet, | |||
| CalTypeMod::CalType | calType, | |||
| ArrayTime | startTimeObserved, | |||
| ArrayTime | endTimeObserved, | |||
| CalDataOriginMod::CalDataOrigin | calDataType | |||
| ) |
Compare each mandatory attribute except the autoincrementable one of this CalDataRow with the corresponding parameters and return true if there is a match and false otherwise.
| bool asdm::CalDataRow::compareRequiredValue | ( | int | numScan, | |
| vector< int > | scanSet, | |||
| CalTypeMod::CalType | calType, | |||
| ArrayTime | startTimeObserved, | |||
| ArrayTime | endTimeObserved, | |||
| CalDataOriginMod::CalDataOrigin | calDataType | |||
| ) |
| bool asdm::CalDataRow::equalByRequiredValue | ( | CalDataRow * | x | ) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
| x | a pointer on the CalDataRow whose required attributes of the value part will be compared with those of this. |
| void asdm::CalDataRow::isAdded | ( | ) | [private] |
This method is used by the Table class when this row is added to the table.
| void asdm::CalDataRow::setCalDataId | ( | Tag | calDataId | ) | [private] |
Set calDataId with the specified Tag value.
| calDataId | The Tag value to which calDataId is to be set. |
| IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
friend class asdm::CalDataTable [friend] |
Definition at line 161 of file CalDataRow.h.
| Intrinsic Table asdm::CalDataRow::Attributes |
Definition at line 206 of file CalDataRow.h.
CalDataTable& asdm::CalDataRow::table [private] |
bool asdm::CalDataRow::hasBeenAdded [private] |
int asdm::CalDataRow::numScan [private] |
bool asdm::CalDataRow::frequencyGroupExists [private] |
int asdm::CalDataRow::frequencyGroup [private] |
Definition at line 895 of file CalDataRow.h.
vector<int > asdm::CalDataRow::scanSet [private] |
CalTypeMod::CalType asdm::CalDataRow::calType [private] |
bool asdm::CalDataRow::freqGroupNameExists [private] |
string asdm::CalDataRow::freqGroupName [private] |
Definition at line 930 of file CalDataRow.h.
bool asdm::CalDataRow::fieldNameExists [private] |
string asdm::CalDataRow::fieldName [private] |
Definition at line 943 of file CalDataRow.h.
bool asdm::CalDataRow::fieldCodeExists [private] |
vector<string > asdm::CalDataRow::fieldCode [private] |
Definition at line 956 of file CalDataRow.h.
ArrayTime asdm::CalDataRow::startTimeObserved [private] |
ArrayTime asdm::CalDataRow::endTimeObserved [private] |
bool asdm::CalDataRow::sourceNameExists [private] |
vector<string > asdm::CalDataRow::sourceName [private] |
Definition at line 991 of file CalDataRow.h.
bool asdm::CalDataRow::sourceCodeExists [private] |
vector<string > asdm::CalDataRow::sourceCode [private] |
Definition at line 1004 of file CalDataRow.h.
bool asdm::CalDataRow::scanIntentExists [private] |
vector<ScanIntentMod::ScanIntent > asdm::CalDataRow::scanIntent [private] |
Definition at line 1017 of file CalDataRow.h.
bool asdm::CalDataRow::assocCalDataIdExists [private] |
Tag asdm::CalDataRow::assocCalDataId [private] |
Definition at line 1030 of file CalDataRow.h.
bool asdm::CalDataRow::assocCalNatureExists [private] |
AssociatedCalNatureMod::AssociatedCalNature asdm::CalDataRow::assocCalNature [private] |
Definition at line 1043 of file CalDataRow.h.
CalDataOriginMod::CalDataOrigin asdm::CalDataRow::calDataType [private] |
1.5.1