casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | Friends
asdm::CalDataRow Class Reference

The CalDataRow class is a row of a CalDataTable. More...

#include <CalDataRow.h>

List of all members.

Public Member Functions

virtual ~CalDataRow ()
 friend class asdm::TableStreamReader<CalDataTable, CalDataRow>;
CalDataTablegetTable () 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>;
CalDataTablegetTable () 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

CalDataTabletable
 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 >

Detailed Description

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.


Constructor & Destructor Documentation

virtual asdm::CalDataRow::~CalDataRow ( ) [virtual]

friend class asdm::TableStreamReader<CalDataTable, CalDataRow>;

Create a CalDataRow.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters:
tableThe 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.

Parameters:
tableThe table to which this row belongs.
rowThe row which is to be copied.
virtual asdm::CalDataRow::~CalDataRow ( ) [virtual]

friend class asdm::TableStreamReader<CalDataTable, CalDataRow>;

Create a CalDataRow.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters:
tableThe 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.

Parameters:
tableThe table to which this row belongs.
rowThe row which is to be copied.

Member Function Documentation

void asdm::CalDataRow::assocCalDataIdFromText ( const string &  s) [private]
void asdm::CalDataRow::assocCalDataIdFromText ( const string &  s) [private]
void asdm::CalDataRow::assocCalNatureFromText ( const string &  s) [private]
void asdm::CalDataRow::assocCalNatureFromText ( const string &  s) [private]
void asdm::CalDataRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalDataRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalDataRow::calDataTypeFromText ( const string &  s) [private]
void asdm::CalDataRow::calDataTypeFromText ( const string &  s) [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.

Mark fieldName, which is an optional field, as non-existent.

Mark fieldName, which is an optional field, as non-existent.

Mark scanIntent, which is an optional field, as non-existent.

Mark scanIntent, which is an optional field, as non-existent.

Mark sourceCode, which is an optional field, as non-existent.

Mark sourceCode, which is an optional field, as non-existent.

Mark sourceName, which is an optional field, as non-existent.

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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
startTimeObserved
endTimeObserved
execBlockUID
calDataType
calType
numScan
scanSet
void asdm::CalDataRow::endTimeObservedFromText ( const string &  s) [private]
void asdm::CalDataRow::endTimeObservedFromText ( const string &  s) [private]

Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.

Parameters:
xa pointer on the CalDataRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.

Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.

Parameters:
xa pointer on the CalDataRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
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]

Get assocCalDataId, which is optional.

Returns:
assocCalDataId as Tag
Exceptions:
IllegalAccessExceptionIf assocCalDataId does not exist.

Get assocCalDataId, which is optional.

Returns:
assocCalDataId as Tag
Exceptions:
IllegalAccessExceptionIf assocCalDataId does not exist.
AssociatedCalNatureMod::AssociatedCalNature asdm::CalDataRow::getAssocCalNature ( ) const

Get assocCalNature, which is optional.

Returns:
assocCalNature as AssociatedCalNatureMod::AssociatedCalNature
Exceptions:
IllegalAccessExceptionIf assocCalNature does not exist.
AssociatedCalNatureMod::AssociatedCalNature asdm::CalDataRow::getAssocCalNature ( ) const

Get assocCalNature, which is optional.

Returns:
assocCalNature as AssociatedCalNatureMod::AssociatedCalNature
Exceptions:
IllegalAccessExceptionIf assocCalNature does not exist.
CalDataOriginMod::CalDataOrigin asdm::CalDataRow::getCalDataType ( ) const

===> Attribute calDataType

         

Get calDataType.

Returns:
calDataType as CalDataOriginMod::CalDataOrigin
CalDataOriginMod::CalDataOrigin asdm::CalDataRow::getCalDataType ( ) const

===> Attribute calDataType

         

Get calDataType.

Returns:
calDataType as CalDataOriginMod::CalDataOrigin
CalTypeMod::CalType asdm::CalDataRow::getCalType ( ) const

===> Attribute calType

         

Get calType.

Returns:
calType as CalTypeMod::CalType
CalTypeMod::CalType asdm::CalDataRow::getCalType ( ) const

===> Attribute calType

         

Get calType.

Returns:
calType as CalTypeMod::CalType

===> Attribute endTimeObserved

         

Get endTimeObserved.

Returns:
endTimeObserved as ArrayTime

===> Attribute endTimeObserved

         

Get endTimeObserved.

Returns:
endTimeObserved as ArrayTime

===> Attribute execBlockUID

         

Get execBlockUID.

Returns:
execBlockUID as EntityRef

===> Attribute execBlockUID

         

Get execBlockUID.

Returns:
execBlockUID as EntityRef
vector<string > asdm::CalDataRow::getFieldName ( ) const

Get fieldName, which is optional.

Returns:
fieldName as vector<string >
Exceptions:
IllegalAccessExceptionIf fieldName does not exist.
vector<string > asdm::CalDataRow::getFieldName ( ) const

Get fieldName, which is optional.

Returns:
fieldName as vector<string >
Exceptions:
IllegalAccessExceptionIf fieldName does not exist.

===> Attribute numScan

         

Get numScan.

Returns:
numScan as int

===> Attribute numScan

         

Get numScan.

Returns:
numScan as int
vector<ScanIntentMod::ScanIntent > asdm::CalDataRow::getScanIntent ( ) const

Get scanIntent, which is optional.

Returns:
scanIntent as vector<ScanIntentMod::ScanIntent >
Exceptions:
IllegalAccessExceptionIf scanIntent does not exist.
vector<ScanIntentMod::ScanIntent > asdm::CalDataRow::getScanIntent ( ) const

Get scanIntent, which is optional.

Returns:
scanIntent as vector<ScanIntentMod::ScanIntent >
Exceptions:
IllegalAccessExceptionIf scanIntent does not exist.
vector<int > asdm::CalDataRow::getScanSet ( ) const

===> Attribute scanSet

         

Get scanSet.

Returns:
scanSet as vector<int >
vector<int > asdm::CalDataRow::getScanSet ( ) const

===> Attribute scanSet

         

Get scanSet.

Returns:
scanSet as vector<int >
vector<string > asdm::CalDataRow::getSourceCode ( ) const

Get sourceCode, which is optional.

Returns:
sourceCode as vector<string >
Exceptions:
IllegalAccessExceptionIf sourceCode does not exist.
vector<string > asdm::CalDataRow::getSourceCode ( ) const

Get sourceCode, which is optional.

Returns:
sourceCode as vector<string >
Exceptions:
IllegalAccessExceptionIf sourceCode does not exist.
vector<string > asdm::CalDataRow::getSourceName ( ) const

Get sourceName, which is optional.

Returns:
sourceName as vector<string >
Exceptions:
IllegalAccessExceptionIf sourceName does not exist.
vector<string > asdm::CalDataRow::getSourceName ( ) const

Get sourceName, which is optional.

Returns:
sourceName as vector<string >
Exceptions:
IllegalAccessExceptionIf sourceName does not exist.

===> Attribute startTimeObserved

         

Get startTimeObserved.

Returns:
startTimeObserved as ArrayTime

===> Attribute startTimeObserved

         

Get startTimeObserved.

Returns:
startTimeObserved as ArrayTime

Return the table to which this row belongs.

Return the table to which this row belongs.

bool asdm::CalDataRow::isAdded ( ) const

Has this row been added to its table ?

Returns:
true if and only if it has been added.
bool asdm::CalDataRow::isAdded ( ) const

Has this row been added to its table ?

Returns:
true if and only if it has been added.
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.

===> Attribute assocCalDataId, which is optional

         

The attribute assocCalDataId is optional. Return true if this attribute exists.

Returns:
true if and only if the assocCalDataId attribute exists.

===> Attribute assocCalDataId, which is optional

         

The attribute assocCalDataId is optional. Return true if this attribute exists.

Returns:
true if and only if the assocCalDataId attribute exists.

===> Attribute assocCalNature, which is optional

         

The attribute assocCalNature is optional. Return true if this attribute exists.

Returns:
true if and only if the assocCalNature attribute exists.

===> Attribute assocCalNature, which is optional

         

The attribute assocCalNature is optional. Return true if this attribute exists.

Returns:
true if and only if the assocCalNature attribute exists.

===> Attribute fieldName, which is optional

         

The attribute fieldName is optional. Return true if this attribute exists.

Returns:
true if and only if the fieldName attribute exists.

===> Attribute fieldName, which is optional

         

The attribute fieldName is optional. Return true if this attribute exists.

Returns:
true if and only if the fieldName attribute exists.

===> Attribute scanIntent, which is optional

         

The attribute scanIntent is optional. Return true if this attribute exists.

Returns:
true if and only if the scanIntent attribute exists.

===> Attribute scanIntent, which is optional

         

The attribute scanIntent is optional. Return true if this attribute exists.

Returns:
true if and only if the scanIntent attribute exists.

===> Attribute sourceCode, which is optional

         

The attribute sourceCode is optional. Return true if this attribute exists.

Returns:
true if and only if the sourceCode attribute exists.

===> Attribute sourceCode, which is optional

         

The attribute sourceCode is optional. Return true if this attribute exists.

Returns:
true if and only if the sourceCode attribute exists.

===> Attribute sourceName, which is optional

         

The attribute sourceName is optional. Return true if this attribute exists.

Returns:
true if and only if the sourceName attribute exists.

===> Attribute sourceName, which is optional

         

The attribute sourceName is optional. Return true if this attribute exists.

Returns:
true if and only if the sourceName attribute exists.
void asdm::CalDataRow::numScanFromText ( const string &  s) [private]
void asdm::CalDataRow::numScanFromText ( const string &  s) [private]
void asdm::CalDataRow::scanIntentFromText ( const string &  s) [private]
void asdm::CalDataRow::scanIntentFromText ( const string &  s) [private]
void asdm::CalDataRow::scanSetFromText ( const string &  s) [private]
void asdm::CalDataRow::scanSetFromText ( const string &  s) [private]
void asdm::CalDataRow::setAssocCalDataId ( Tag  assocCalDataId)

Set assocCalDataId with the specified Tag.

Parameters:
assocCalDataIdThe Tag value to which assocCalDataId is to be set.
void asdm::CalDataRow::setAssocCalDataId ( Tag  assocCalDataId)

Set assocCalDataId with the specified Tag.

Parameters:
assocCalDataIdThe Tag value to which assocCalDataId is to be set.
void asdm::CalDataRow::setAssocCalNature ( AssociatedCalNatureMod::AssociatedCalNature  assocCalNature)

Set assocCalNature with the specified AssociatedCalNatureMod::AssociatedCalNature.

Parameters:
assocCalNatureThe AssociatedCalNatureMod::AssociatedCalNature value to which assocCalNature is to be set.
void asdm::CalDataRow::setAssocCalNature ( AssociatedCalNatureMod::AssociatedCalNature  assocCalNature)

Set assocCalNature with the specified AssociatedCalNatureMod::AssociatedCalNature.

Parameters:
assocCalNatureThe AssociatedCalNatureMod::AssociatedCalNature value to which assocCalNature is to be set.
void asdm::CalDataRow::setCalDataId ( Tag  calDataId) [private]

Set calDataId with the specified Tag value.

Parameters:
calDataIdThe Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessExceptionIf 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.

Parameters:
calDataIdThe Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessExceptionIf 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.

Parameters:
calDataTypeThe CalDataOriginMod::CalDataOrigin value to which calDataType is to be set.
void asdm::CalDataRow::setCalDataType ( CalDataOriginMod::CalDataOrigin  calDataType)

Set calDataType with the specified CalDataOriginMod::CalDataOrigin.

Parameters:
calDataTypeThe CalDataOriginMod::CalDataOrigin value to which calDataType is to be set.
void asdm::CalDataRow::setCalType ( CalTypeMod::CalType  calType)

Set calType with the specified CalTypeMod::CalType.

Parameters:
calTypeThe CalTypeMod::CalType value to which calType is to be set.
void asdm::CalDataRow::setCalType ( CalTypeMod::CalType  calType)

Set calType with the specified CalTypeMod::CalType.

Parameters:
calTypeThe CalTypeMod::CalType value to which calType is to be set.

Set endTimeObserved with the specified ArrayTime.

Parameters:
endTimeObservedThe ArrayTime value to which endTimeObserved is to be set.

Set endTimeObserved with the specified ArrayTime.

Parameters:
endTimeObservedThe ArrayTime value to which endTimeObserved is to be set.

Set execBlockUID with the specified EntityRef.

Parameters:
execBlockUIDThe EntityRef value to which execBlockUID is to be set.

Set execBlockUID with the specified EntityRef.

Parameters:
execBlockUIDThe EntityRef value to which execBlockUID is to be set.
void asdm::CalDataRow::setFieldName ( vector< string >  fieldName)

Set fieldName with the specified vector<string >.

Parameters:
fieldNameThe vector<string > value to which fieldName is to be set.
void asdm::CalDataRow::setFieldName ( vector< string >  fieldName)

Set fieldName with the specified vector<string >.

Parameters:
fieldNameThe 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.

Parameters:
xThe IDL struct containing the values used to fill this row.
Exceptions:
ConversionException
void asdm::CalDataRow::setFromIDL ( asdmIDL::CalDataRowIDL  x)

Fill the values of this row from the IDL struct CalDataRowIDL.

Parameters:
xThe IDL struct containing the values used to fill this row.
Exceptions:
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.

Parameters:
rowDocthe XML string being used to set the values of this row.
Exceptions:
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.

Parameters:
rowDocthe XML string being used to set the values of this row.
Exceptions:
ConversionException
void asdm::CalDataRow::setNumScan ( int  numScan)

Set numScan with the specified int.

Parameters:
numScanThe int value to which numScan is to be set.
void asdm::CalDataRow::setNumScan ( int  numScan)

Set numScan with the specified int.

Parameters:
numScanThe 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 >.

Parameters:
scanIntentThe 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 >.

Parameters:
scanIntentThe 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 >.

Parameters:
scanSetThe vector<int > value to which scanSet is to be set.
void asdm::CalDataRow::setScanSet ( vector< int >  scanSet)

Set scanSet with the specified vector<int >.

Parameters:
scanSetThe vector<int > value to which scanSet is to be set.
void asdm::CalDataRow::setSourceCode ( vector< string >  sourceCode)

Set sourceCode with the specified vector<string >.

Parameters:
sourceCodeThe vector<string > value to which sourceCode is to be set.
void asdm::CalDataRow::setSourceCode ( vector< string >  sourceCode)

Set sourceCode with the specified vector<string >.

Parameters:
sourceCodeThe vector<string > value to which sourceCode is to be set.
void asdm::CalDataRow::setSourceName ( vector< string >  sourceName)

Set sourceName with the specified vector<string >.

Parameters:
sourceNameThe vector<string > value to which sourceName is to be set.
void asdm::CalDataRow::setSourceName ( vector< string >  sourceName)

Set sourceName with the specified vector<string >.

Parameters:
sourceNameThe vector<string > value to which sourceName is to be set.

Set startTimeObserved with the specified ArrayTime.

Parameters:
startTimeObservedThe ArrayTime value to which startTimeObserved is to be set.

Set startTimeObserved with the specified ArrayTime.

Parameters:
startTimeObservedThe ArrayTime value to which startTimeObserved is to be set.
void asdm::CalDataRow::sourceCodeFromText ( const string &  s) [private]
void asdm::CalDataRow::sourceCodeFromText ( const string &  s) [private]
void asdm::CalDataRow::sourceNameFromText ( const string &  s) [private]
void asdm::CalDataRow::sourceNameFromText ( const string &  s) [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.

Parameters:
eossthe EndianOSStream to be written to
void asdm::CalDataRow::toBin ( EndianOSStream eoss) [private]

Serialize this into a stream of bytes written to an EndianOSStream.

Parameters:
eossthe EndianOSStream to be written to
asdmIDL::CalDataRowIDL* asdm::CalDataRow::toIDL ( ) const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalDataRowIDL struct.
asdmIDL::CalDataRowIDL* asdm::CalDataRow::toIDL ( ) const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalDataRowIDL struct.
void asdm::CalDataRow::toIDL ( asdmIDL::CalDataRowIDL &  x) const

Define the content of a CalDataRowIDL struct from the values found in this row.

Parameters:
xa reference to the CalDataRowIDL struct to be set.
std::string asdm::CalDataRow::toXML ( ) const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.
std::string asdm::CalDataRow::toXML ( ) const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.

Friends And Related Function Documentation

Definition at line 131 of file CalDataRow.h.

friend class asdm::RowTransformer< CalDataRow > [friend]

Definition at line 132 of file CalDataRow.h.


Member Data Documentation

Definition at line 932 of file CalDataRow.h.

===> Attribute assocCalDataId, which is optional

         

Definition at line 929 of file CalDataRow.h.

AssociatedCalNatureMod::AssociatedCalNature asdm::CalDataRow::assocCalNature [private]

Definition at line 945 of file CalDataRow.h.

===> Attribute assocCalNature, which is optional

         

Definition at line 942 of file CalDataRow.h.

Definition at line 155 of file CalDataRow.h.

CalDataOriginMod::CalDataOrigin asdm::CalDataRow::calDataType [private]

===> Attribute calDataType

         

Definition at line 886 of file CalDataRow.h.

CalTypeMod::CalType asdm::CalDataRow::calType [private]

===> Attribute calType

         

Definition at line 897 of file CalDataRow.h.

===> Attribute endTimeObserved

         

Definition at line 864 of file CalDataRow.h.

===> Attribute execBlockUID

         

Definition at line 875 of file CalDataRow.h.

vector< string > asdm::CalDataRow::fieldName [private]

Definition at line 958 of file CalDataRow.h.

===> Attribute fieldName, which is optional

         

Definition at line 955 of file CalDataRow.h.

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.

Whether this row has been added to the table or not.

Definition at line 786 of file CalDataRow.h.

===> Attribute numScan

         

Definition at line 908 of file CalDataRow.h.

vector< ScanIntentMod::ScanIntent > asdm::CalDataRow::scanIntent [private]

Definition at line 997 of file CalDataRow.h.

===> Attribute scanIntent, which is optional

         

Definition at line 994 of file CalDataRow.h.

vector< int > asdm::CalDataRow::scanSet [private]

===> Attribute scanSet

         

Definition at line 919 of file CalDataRow.h.

vector< string > asdm::CalDataRow::sourceCode [private]

Definition at line 984 of file CalDataRow.h.

===> Attribute sourceCode, which is optional

         

Definition at line 981 of file CalDataRow.h.

vector< string > asdm::CalDataRow::sourceName [private]

Definition at line 971 of file CalDataRow.h.

===> Attribute sourceName, which is optional

         

Definition at line 968 of file CalDataRow.h.

===> Attribute startTimeObserved

         

Definition at line 853 of file CalDataRow.h.

The table to which this row belongs.

Definition at line 782 of file CalDataRow.h.


The documentation for this class was generated from the following files: