casa
$Rev:20696$
|
The CalDataRow class is a row of a CalDataTable. More...
#include <CalDataRow.h>
Public Member Functions | |
virtual | ~CalDataRow () |
friend class asdm::TableStreamReader<CalDataTable, CalDataRow>; | |
CalDataTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
ArrayTime | getStartTimeObserved () const |
===> Attribute startTimeObserved | |
void | setStartTimeObserved (ArrayTime startTimeObserved) |
Set startTimeObserved with the specified ArrayTime. | |
ArrayTime | getEndTimeObserved () const |
===> Attribute endTimeObserved | |
void | setEndTimeObserved (ArrayTime endTimeObserved) |
Set endTimeObserved with the specified ArrayTime. | |
EntityRef | getExecBlockUID () const |
===> Attribute execBlockUID | |
void | setExecBlockUID (EntityRef execBlockUID) |
Set execBlockUID with the specified EntityRef. | |
CalDataOriginMod::CalDataOrigin | getCalDataType () const |
===> Attribute calDataType | |
void | setCalDataType (CalDataOriginMod::CalDataOrigin calDataType) |
Set calDataType with the specified CalDataOriginMod::CalDataOrigin. | |
CalTypeMod::CalType | getCalType () const |
===> Attribute calType | |
void | setCalType (CalTypeMod::CalType calType) |
Set calType with the specified CalTypeMod::CalType. | |
int | getNumScan () const |
===> Attribute numScan | |
void | setNumScan (int numScan) |
Set numScan with the specified int. | |
vector< int > | getScanSet () const |
===> Attribute scanSet | |
void | setScanSet (vector< int > scanSet) |
Set scanSet with the specified vector<int >. | |
bool | isAssocCalDataIdExists () const |
===> Attribute assocCalDataId, which is optional | |
Tag | getAssocCalDataId () const |
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 |
===> Attribute assocCalNature, which is optional | |
AssociatedCalNatureMod::AssociatedCalNature | getAssocCalNature () const |
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. | |
bool | isFieldNameExists () const |
===> Attribute fieldName, which is optional | |
vector< string > | getFieldName () const |
Get fieldName, which is optional. | |
void | setFieldName (vector< string > fieldName) |
Set fieldName with the specified vector<string >. | |
void | clearFieldName () |
Mark fieldName, which is an optional field, as non-existent. | |
bool | isSourceNameExists () const |
===> Attribute sourceName, which is optional | |
vector< string > | getSourceName () const |
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 |
===> Attribute sourceCode, which is optional | |
vector< string > | getSourceCode () const |
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 |
===> Attribute scanIntent, which is optional | |
vector< ScanIntentMod::ScanIntent > | getScanIntent () const |
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. | |
Extrinsic Table Attributes Links *bool | compareNoAutoInc (ArrayTime startTimeObserved, ArrayTime endTimeObserved, EntityRef execBlockUID, CalDataOriginMod::CalDataOrigin calDataType, CalTypeMod::CalType calType, int numScan, vector< int > scanSet) |
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 (ArrayTime startTimeObserved, ArrayTime endTimeObserved, EntityRef execBlockUID, CalDataOriginMod::CalDataOrigin calDataType, CalTypeMod::CalType calType, int numScan, vector< int > scanSet) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalDataRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalDataRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | toIDL (asdmIDL::CalDataRowIDL &x) const |
Define the content of a CalDataRowIDL struct from the values found in this row. | |
void | setFromIDL (asdmIDL::CalDataRowIDL x) |
Fill the values of this row from the IDL struct CalDataRowIDL. | |
std::string | toXML () const |
Return this row in the form of an XML string. | |
void | setFromXML (std::string rowDoc) |
Fill the values of this row from an XML string that was produced by the toXML() method. | |
virtual | ~CalDataRow () |
friend class asdm::TableStreamReader<CalDataTable, CalDataRow>; | |
CalDataTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
ArrayTime | getStartTimeObserved () const |
===> Attribute startTimeObserved | |
void | setStartTimeObserved (ArrayTime startTimeObserved) |
Set startTimeObserved with the specified ArrayTime. | |
ArrayTime | getEndTimeObserved () const |
===> Attribute endTimeObserved | |
void | setEndTimeObserved (ArrayTime endTimeObserved) |
Set endTimeObserved with the specified ArrayTime. | |
EntityRef | getExecBlockUID () const |
===> Attribute execBlockUID | |
void | setExecBlockUID (EntityRef execBlockUID) |
Set execBlockUID with the specified EntityRef. | |
CalDataOriginMod::CalDataOrigin | getCalDataType () const |
===> Attribute calDataType | |
void | setCalDataType (CalDataOriginMod::CalDataOrigin calDataType) |
Set calDataType with the specified CalDataOriginMod::CalDataOrigin. | |
CalTypeMod::CalType | getCalType () const |
===> Attribute calType | |
void | setCalType (CalTypeMod::CalType calType) |
Set calType with the specified CalTypeMod::CalType. | |
int | getNumScan () const |
===> Attribute numScan | |
void | setNumScan (int numScan) |
Set numScan with the specified int. | |
vector< int > | getScanSet () const |
===> Attribute scanSet | |
void | setScanSet (vector< int > scanSet) |
Set scanSet with the specified vector<int >. | |
bool | isAssocCalDataIdExists () const |
===> Attribute assocCalDataId, which is optional | |
Tag | getAssocCalDataId () const |
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 |
===> Attribute assocCalNature, which is optional | |
AssociatedCalNatureMod::AssociatedCalNature | getAssocCalNature () const |
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. | |
bool | isFieldNameExists () const |
===> Attribute fieldName, which is optional | |
vector< string > | getFieldName () const |
Get fieldName, which is optional. | |
void | setFieldName (vector< string > fieldName) |
Set fieldName with the specified vector<string >. | |
void | clearFieldName () |
Mark fieldName, which is an optional field, as non-existent. | |
bool | isSourceNameExists () const |
===> Attribute sourceName, which is optional | |
vector< string > | getSourceName () const |
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 |
===> Attribute sourceCode, which is optional | |
vector< string > | getSourceCode () const |
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 |
===> Attribute scanIntent, which is optional | |
vector< ScanIntentMod::ScanIntent > | getScanIntent () const |
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. | |
Extrinsic Table Attributes Links *bool | compareNoAutoInc (ArrayTime startTimeObserved, ArrayTime endTimeObserved, EntityRef execBlockUID, CalDataOriginMod::CalDataOrigin calDataType, CalTypeMod::CalType calType, int numScan, vector< int > scanSet) |
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 (ArrayTime startTimeObserved, ArrayTime endTimeObserved, EntityRef execBlockUID, CalDataOriginMod::CalDataOrigin calDataType, CalTypeMod::CalType calType, int numScan, vector< int > scanSet) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalDataRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalDataRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | setFromIDL (asdmIDL::CalDataRowIDL x) |
Fill the values of this row from the IDL struct CalDataRowIDL. | |
std::string | toXML () const |
Return this row in the form of an XML string. | |
void | setFromXML (std::string rowDoc) |
Fill the values of this row from an XML string that was produced by the toXML() method. | |
Public Attributes | |
Intrinsic Table | Attributes |
Private Member Functions | |
void | isAdded (bool added) |
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. | |
void | calDataIdFromBin (EndianIStream &eis) |
void | startTimeObservedFromBin (EndianIStream &eis) |
void | endTimeObservedFromBin (EndianIStream &eis) |
void | execBlockUIDFromBin (EndianIStream &eis) |
void | calDataTypeFromBin (EndianIStream &eis) |
void | calTypeFromBin (EndianIStream &eis) |
void | numScanFromBin (EndianIStream &eis) |
void | scanSetFromBin (EndianIStream &eis) |
void | assocCalDataIdFromBin (EndianIStream &eis) |
void | assocCalNatureFromBin (EndianIStream &eis) |
void | fieldNameFromBin (EndianIStream &eis) |
void | sourceNameFromBin (EndianIStream &eis) |
void | sourceCodeFromBin (EndianIStream &eis) |
void | scanIntentFromBin (EndianIStream &eis) |
void | calDataIdFromText (const string &s) |
void | startTimeObservedFromText (const string &s) |
void | endTimeObservedFromText (const string &s) |
void | calDataTypeFromText (const string &s) |
void | calTypeFromText (const string &s) |
void | numScanFromText (const string &s) |
void | scanSetFromText (const string &s) |
void | assocCalDataIdFromText (const string &s) |
void | assocCalNatureFromText (const string &s) |
void | fieldNameFromText (const string &s) |
void | sourceNameFromText (const string &s) |
void | sourceCodeFromText (const string &s) |
void | scanIntentFromText (const string &s) |
void | toBin (EndianOSStream &eoss) |
Serialize this into a stream of bytes written to an EndianOSStream. | |
void | isAdded (bool added) |
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. | |
void | calDataIdFromBin (EndianIStream &eis) |
void | startTimeObservedFromBin (EndianIStream &eis) |
void | endTimeObservedFromBin (EndianIStream &eis) |
void | execBlockUIDFromBin (EndianIStream &eis) |
void | calDataTypeFromBin (EndianIStream &eis) |
void | calTypeFromBin (EndianIStream &eis) |
void | numScanFromBin (EndianIStream &eis) |
void | scanSetFromBin (EndianIStream &eis) |
void | assocCalDataIdFromBin (EndianIStream &eis) |
void | assocCalNatureFromBin (EndianIStream &eis) |
void | fieldNameFromBin (EndianIStream &eis) |
void | sourceNameFromBin (EndianIStream &eis) |
void | sourceCodeFromBin (EndianIStream &eis) |
void | scanIntentFromBin (EndianIStream &eis) |
void | calDataIdFromText (const string &s) |
void | startTimeObservedFromText (const string &s) |
void | endTimeObservedFromText (const string &s) |
void | calDataTypeFromText (const string &s) |
void | calTypeFromText (const string &s) |
void | numScanFromText (const string &s) |
void | scanSetFromText (const string &s) |
void | assocCalDataIdFromText (const string &s) |
void | assocCalNatureFromText (const string &s) |
void | fieldNameFromText (const string &s) |
void | sourceNameFromText (const string &s) |
void | sourceCodeFromText (const string &s) |
void | scanIntentFromText (const string &s) |
void | fromText (const std::string &attributeName, const std::string &t) |
void | toBin (EndianOSStream &eoss) |
Serialize this into a stream of bytes written to an EndianOSStream. | |
Private Attributes | |
CalDataTable & | table |
The table to which this row belongs. | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. | |
ArrayTime | startTimeObserved |
===> Attribute startTimeObserved | |
ArrayTime | endTimeObserved |
===> Attribute endTimeObserved | |
EntityRef | execBlockUID |
===> Attribute execBlockUID | |
CalDataOriginMod::CalDataOrigin | calDataType |
===> Attribute calDataType | |
CalTypeMod::CalType | calType |
===> Attribute calType | |
int | numScan |
===> Attribute numScan | |
vector< int > | scanSet |
===> Attribute scanSet | |
bool | assocCalDataIdExists |
===> Attribute assocCalDataId, which is optional | |
Tag | assocCalDataId |
bool | assocCalNatureExists |
===> Attribute assocCalNature, which is optional | |
AssociatedCalNatureMod::AssociatedCalNature | assocCalNature |
bool | fieldNameExists |
===> Attribute fieldName, which is optional | |
vector< string > | fieldName |
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 |
Extrinsic Table Attributes Links *binary deserialization material from an EndianIStream std::map< std::string, CalDataAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, CalDataAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::CalDataTable |
class | asdm::RowTransformer< CalDataRow > |
The CalDataRow class is a row of a CalDataTable.
Generated from model's revision "1.64", branch "HEAD"
Generated from model's revision "1.61", branch "HEAD"
Definition at line 130 of file CalDataRow.h.
virtual asdm::CalDataRow::~CalDataRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalDataTable, CalDataRow>;
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. |
virtual asdm::CalDataRow::~CalDataRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalDataTable, CalDataRow>;
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. |
void asdm::CalDataRow::assocCalDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::assocCalDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::assocCalDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::assocCalDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::assocCalNatureFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::assocCalNatureFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::assocCalNatureFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::assocCalNatureFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::calDataTypeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::calDataTypeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::calDataTypeFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::calDataTypeFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::calTypeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::calTypeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::calTypeFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::calTypeFromText | ( | const string & | s | ) | [private] |
Mark assocCalDataId, which is an optional field, as non-existent.
Mark assocCalDataId, which is an optional field, as non-existent.
Mark assocCalNature, which is an optional field, as non-existent.
Mark assocCalNature, which is an optional field, as non-existent.
void asdm::CalDataRow::clearFieldName | ( | ) |
Mark fieldName, which is an optional field, as non-existent.
void asdm::CalDataRow::clearFieldName | ( | ) |
Mark fieldName, which is an optional field, as non-existent.
void asdm::CalDataRow::clearScanIntent | ( | ) |
Mark scanIntent, which is an optional field, as non-existent.
void asdm::CalDataRow::clearScanIntent | ( | ) |
Mark scanIntent, which is an optional field, as non-existent.
void asdm::CalDataRow::clearSourceCode | ( | ) |
Mark sourceCode, which is an optional field, as non-existent.
void asdm::CalDataRow::clearSourceCode | ( | ) |
Mark sourceCode, which is an optional field, as non-existent.
void asdm::CalDataRow::clearSourceName | ( | ) |
Mark sourceName, which is an optional field, as non-existent.
void asdm::CalDataRow::clearSourceName | ( | ) |
Mark sourceName, which is an optional field, as non-existent.
Extrinsic Table Attributes Links* bool asdm::CalDataRow::compareNoAutoInc | ( | ArrayTime | startTimeObserved, |
ArrayTime | endTimeObserved, | ||
EntityRef | execBlockUID, | ||
CalDataOriginMod::CalDataOrigin | calDataType, | ||
CalTypeMod::CalType | calType, | ||
int | numScan, | ||
vector< int > | scanSet | ||
) |
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.
startTimeObserved | |
endTimeObserved | |
execBlockUID | |
calDataType | |
calType | |
numScan | |
scanSet |
Extrinsic Table Attributes Links* bool asdm::CalDataRow::compareNoAutoInc | ( | ArrayTime | startTimeObserved, |
ArrayTime | endTimeObserved, | ||
EntityRef | execBlockUID, | ||
CalDataOriginMod::CalDataOrigin | calDataType, | ||
CalTypeMod::CalType | calType, | ||
int | numScan, | ||
vector< int > | scanSet | ||
) |
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.
startTimeObserved | |
endTimeObserved | |
execBlockUID | |
calDataType | |
calType | |
numScan | |
scanSet |
bool asdm::CalDataRow::compareRequiredValue | ( | ArrayTime | startTimeObserved, |
ArrayTime | endTimeObserved, | ||
EntityRef | execBlockUID, | ||
CalDataOriginMod::CalDataOrigin | calDataType, | ||
CalTypeMod::CalType | calType, | ||
int | numScan, | ||
vector< int > | scanSet | ||
) |
Compare each mandatory value (i.e.
not in the key) attribute with the corresponding parameters and return true if there is a match and false otherwise.
startTimeObserved | |
endTimeObserved | |
execBlockUID | |
calDataType | |
calType | |
numScan | |
scanSet |
bool asdm::CalDataRow::compareRequiredValue | ( | ArrayTime | startTimeObserved, |
ArrayTime | endTimeObserved, | ||
EntityRef | execBlockUID, | ||
CalDataOriginMod::CalDataOrigin | calDataType, | ||
CalTypeMod::CalType | calType, | ||
int | numScan, | ||
vector< int > | scanSet | ||
) |
Compare each mandatory value (i.e.
not in the key) attribute with the corresponding parameters and return true if there is a match and false otherwise.
startTimeObserved | |
endTimeObserved | |
execBlockUID | |
calDataType | |
calType | |
numScan | |
scanSet |
void asdm::CalDataRow::endTimeObservedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::endTimeObservedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::endTimeObservedFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::endTimeObservedFromText | ( | const string & | s | ) | [private] |
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. |
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::execBlockUIDFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::execBlockUIDFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::fieldNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::fieldNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::fieldNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::fieldNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::fromText | ( | const std::string & | attributeName, |
const std::string & | t | ||
) | [private] |
Tag asdm::CalDataRow::getAssocCalDataId | ( | ) | const |
Get assocCalDataId, which is optional.
IllegalAccessException | If assocCalDataId does not exist. |
Tag asdm::CalDataRow::getAssocCalDataId | ( | ) | const |
Get assocCalDataId, which is optional.
IllegalAccessException | If assocCalDataId does not exist. |
AssociatedCalNatureMod::AssociatedCalNature asdm::CalDataRow::getAssocCalNature | ( | ) | const |
Get assocCalNature, which is optional.
IllegalAccessException | If assocCalNature does not exist. |
AssociatedCalNatureMod::AssociatedCalNature asdm::CalDataRow::getAssocCalNature | ( | ) | const |
Get assocCalNature, which is optional.
IllegalAccessException | If assocCalNature does not exist. |
CalDataOriginMod::CalDataOrigin asdm::CalDataRow::getCalDataType | ( | ) | const |
===> Attribute calDataType
Get calDataType.
CalDataOriginMod::CalDataOrigin asdm::CalDataRow::getCalDataType | ( | ) | const |
===> Attribute calDataType
Get calDataType.
CalTypeMod::CalType asdm::CalDataRow::getCalType | ( | ) | const |
===> Attribute calType
Get calType.
CalTypeMod::CalType asdm::CalDataRow::getCalType | ( | ) | const |
===> Attribute calType
Get calType.
EntityRef asdm::CalDataRow::getExecBlockUID | ( | ) | const |
EntityRef asdm::CalDataRow::getExecBlockUID | ( | ) | const |
vector<string > asdm::CalDataRow::getFieldName | ( | ) | const |
Get fieldName, which is optional.
IllegalAccessException | If fieldName does not exist. |
vector<string > asdm::CalDataRow::getFieldName | ( | ) | const |
Get fieldName, which is optional.
IllegalAccessException | If fieldName does not exist. |
int asdm::CalDataRow::getNumScan | ( | ) | const |
===> Attribute numScan
Get numScan.
int asdm::CalDataRow::getNumScan | ( | ) | const |
===> Attribute numScan
Get numScan.
vector<ScanIntentMod::ScanIntent > asdm::CalDataRow::getScanIntent | ( | ) | const |
Get scanIntent, which is optional.
IllegalAccessException | If scanIntent does not exist. |
vector<ScanIntentMod::ScanIntent > asdm::CalDataRow::getScanIntent | ( | ) | const |
Get scanIntent, which is optional.
IllegalAccessException | If scanIntent does not exist. |
vector<int > asdm::CalDataRow::getScanSet | ( | ) | const |
===> Attribute scanSet
Get scanSet.
vector<int > asdm::CalDataRow::getScanSet | ( | ) | const |
===> Attribute scanSet
Get scanSet.
vector<string > asdm::CalDataRow::getSourceCode | ( | ) | const |
Get sourceCode, which is optional.
IllegalAccessException | If sourceCode does not exist. |
vector<string > asdm::CalDataRow::getSourceCode | ( | ) | const |
Get sourceCode, which is optional.
IllegalAccessException | If sourceCode does not exist. |
vector<string > asdm::CalDataRow::getSourceName | ( | ) | const |
Get sourceName, which is optional.
IllegalAccessException | If sourceName does not exist. |
vector<string > asdm::CalDataRow::getSourceName | ( | ) | const |
Get sourceName, which is optional.
IllegalAccessException | If sourceName does not exist. |
CalDataTable& asdm::CalDataRow::getTable | ( | ) | const |
Return the table to which this row belongs.
CalDataTable& asdm::CalDataRow::getTable | ( | ) | const |
Return the table to which this row belongs.
bool asdm::CalDataRow::isAdded | ( | ) | const |
Has this row been added to its table ?
bool asdm::CalDataRow::isAdded | ( | ) | const |
Has this row been added to its table ?
void asdm::CalDataRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
void asdm::CalDataRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
bool asdm::CalDataRow::isAssocCalDataIdExists | ( | ) | const |
===> Attribute assocCalDataId, which is optional
The attribute assocCalDataId is optional. Return true if this attribute exists.
bool asdm::CalDataRow::isAssocCalDataIdExists | ( | ) | const |
===> Attribute assocCalDataId, which is optional
The attribute assocCalDataId is optional. Return true if this attribute exists.
bool asdm::CalDataRow::isAssocCalNatureExists | ( | ) | const |
===> Attribute assocCalNature, which is optional
The attribute assocCalNature is optional. Return true if this attribute exists.
bool asdm::CalDataRow::isAssocCalNatureExists | ( | ) | const |
===> Attribute assocCalNature, which is optional
The attribute assocCalNature is optional. Return true if this attribute exists.
bool asdm::CalDataRow::isFieldNameExists | ( | ) | const |
===> Attribute fieldName, which is optional
The attribute fieldName is optional. Return true if this attribute exists.
bool asdm::CalDataRow::isFieldNameExists | ( | ) | const |
===> Attribute fieldName, which is optional
The attribute fieldName is optional. Return true if this attribute exists.
bool asdm::CalDataRow::isScanIntentExists | ( | ) | const |
===> Attribute scanIntent, which is optional
The attribute scanIntent is optional. Return true if this attribute exists.
bool asdm::CalDataRow::isScanIntentExists | ( | ) | const |
===> Attribute scanIntent, which is optional
The attribute scanIntent is optional. Return true if this attribute exists.
bool asdm::CalDataRow::isSourceCodeExists | ( | ) | const |
===> Attribute sourceCode, which is optional
The attribute sourceCode is optional. Return true if this attribute exists.
bool asdm::CalDataRow::isSourceCodeExists | ( | ) | const |
===> Attribute sourceCode, which is optional
The attribute sourceCode is optional. Return true if this attribute exists.
bool asdm::CalDataRow::isSourceNameExists | ( | ) | const |
===> Attribute sourceName, which is optional
The attribute sourceName is optional. Return true if this attribute exists.
bool asdm::CalDataRow::isSourceNameExists | ( | ) | const |
===> Attribute sourceName, which is optional
The attribute sourceName is optional. Return true if this attribute exists.
void asdm::CalDataRow::numScanFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::numScanFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::numScanFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::numScanFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::scanIntentFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::scanIntentFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::scanIntentFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::scanIntentFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::scanSetFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::scanSetFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::scanSetFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::scanSetFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::setAssocCalDataId | ( | Tag | assocCalDataId | ) |
void asdm::CalDataRow::setAssocCalDataId | ( | Tag | assocCalDataId | ) |
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::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::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. |
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. |
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. |
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. |
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. |
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. |
void asdm::CalDataRow::setEndTimeObserved | ( | ArrayTime | endTimeObserved | ) |
void asdm::CalDataRow::setEndTimeObserved | ( | ArrayTime | endTimeObserved | ) |
void asdm::CalDataRow::setExecBlockUID | ( | EntityRef | execBlockUID | ) |
void asdm::CalDataRow::setExecBlockUID | ( | EntityRef | execBlockUID | ) |
void asdm::CalDataRow::setFieldName | ( | vector< string > | fieldName | ) |
Set fieldName with the specified vector<string >.
fieldName | The vector<string > value to which fieldName is to be set. |
void asdm::CalDataRow::setFieldName | ( | vector< string > | fieldName | ) |
Set fieldName with the specified vector<string >.
fieldName | The vector<string > value to which fieldName is to be set. |
void asdm::CalDataRow::setFromIDL | ( | asdmIDL::CalDataRowIDL | x | ) |
Fill the values of this row from the IDL struct CalDataRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalDataRow::setFromIDL | ( | asdmIDL::CalDataRowIDL | x | ) |
Fill the values of this row from the IDL struct CalDataRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalDataRow::setFromXML | ( | std::string | rowDoc | ) |
Fill the values of this row from an XML string that was produced by the toXML() method.
rowDoc | the XML string being used to set the values of this row. |
ConversionException |
void asdm::CalDataRow::setFromXML | ( | std::string | rowDoc | ) |
Fill the values of this row from an XML string that was produced by the toXML() method.
rowDoc | the XML string being used to set the values of this row. |
ConversionException |
void asdm::CalDataRow::setNumScan | ( | int | numScan | ) |
Set numScan with the specified int.
numScan | The int value to which numScan is to be set. |
void asdm::CalDataRow::setNumScan | ( | int | numScan | ) |
Set numScan with the specified int.
numScan | The int value to which numScan is to be set. |
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::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::setScanSet | ( | vector< int > | scanSet | ) |
Set scanSet with the specified vector<int >.
scanSet | The vector<int > value to which scanSet is to be set. |
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. |
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::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::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::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::setStartTimeObserved | ( | ArrayTime | startTimeObserved | ) |
void asdm::CalDataRow::setStartTimeObserved | ( | ArrayTime | startTimeObserved | ) |
void asdm::CalDataRow::sourceCodeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::sourceCodeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::sourceCodeFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::sourceCodeFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::sourceNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::sourceNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::sourceNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::sourceNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::startTimeObservedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::startTimeObservedFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalDataRow::startTimeObservedFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::startTimeObservedFromText | ( | const string & | s | ) | [private] |
void asdm::CalDataRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
void asdm::CalDataRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalDataRowIDL* asdm::CalDataRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
asdmIDL::CalDataRowIDL* asdm::CalDataRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalDataRow::toIDL | ( | asdmIDL::CalDataRowIDL & | x | ) | const |
Define the content of a CalDataRowIDL struct from the values found in this row.
x | a reference to the CalDataRowIDL struct to be set. |
std::string asdm::CalDataRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
std::string asdm::CalDataRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
asdm::CalDataTable [friend] |
Definition at line 131 of file CalDataRow.h.
friend class asdm::RowTransformer< CalDataRow > [friend] |
Definition at line 132 of file CalDataRow.h.
Tag asdm::CalDataRow::assocCalDataId [private] |
Definition at line 932 of file CalDataRow.h.
bool asdm::CalDataRow::assocCalDataIdExists [private] |
AssociatedCalNatureMod::AssociatedCalNature asdm::CalDataRow::assocCalNature [private] |
Definition at line 945 of file CalDataRow.h.
bool asdm::CalDataRow::assocCalNatureExists [private] |
Intrinsic Table asdm::CalDataRow::Attributes |
Definition at line 155 of file CalDataRow.h.
CalDataOriginMod::CalDataOrigin asdm::CalDataRow::calDataType [private] |
CalTypeMod::CalType asdm::CalDataRow::calType [private] |
ArrayTime asdm::CalDataRow::endTimeObserved [private] |
EntityRef asdm::CalDataRow::execBlockUID [private] |
vector< string > asdm::CalDataRow::fieldName [private] |
Definition at line 958 of file CalDataRow.h.
bool asdm::CalDataRow::fieldNameExists [private] |
Extrinsic Table Attributes Links *binary deserialization material from an EndianIStream std::map< std::string, CalDataAttributeFromBin > asdm::CalDataRow::fromBinMethods [private] |
Definition at line 1016 of file CalDataRow.h.
*text deserialization material std::map< std::string, CalDataAttributeFromText > asdm::CalDataRow::fromTextMethods [private] |
Definition at line 1038 of file CalDataRow.h.
bool asdm::CalDataRow::hasBeenAdded [private] |
Whether this row has been added to the table or not.
Definition at line 786 of file CalDataRow.h.
int asdm::CalDataRow::numScan [private] |
vector< ScanIntentMod::ScanIntent > asdm::CalDataRow::scanIntent [private] |
Definition at line 997 of file CalDataRow.h.
bool asdm::CalDataRow::scanIntentExists [private] |
vector< int > asdm::CalDataRow::scanSet [private] |
vector< string > asdm::CalDataRow::sourceCode [private] |
Definition at line 984 of file CalDataRow.h.
bool asdm::CalDataRow::sourceCodeExists [private] |
vector< string > asdm::CalDataRow::sourceName [private] |
Definition at line 971 of file CalDataRow.h.
bool asdm::CalDataRow::sourceNameExists [private] |
ArrayTime asdm::CalDataRow::startTimeObserved [private] |
CalDataTable & asdm::CalDataRow::table [private] |
The table to which this row belongs.
Definition at line 782 of file CalDataRow.h.