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::FocusModelRow Class Reference

The FocusModelRow class is a row of a FocusModelTable. More...

#include <FocusModelRow.h>

List of all members.

Public Member Functions

virtual ~FocusModelRow ()
 friend class asdm::TableStreamReader<FocusModelTable, FocusModelRow>;
FocusModelTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
PolarizationTypeMod::PolarizationType getPolarizationType () const
 ===> Attribute polarizationType
void setPolarizationType (PolarizationTypeMod::PolarizationType polarizationType)
 Set polarizationType with the specified PolarizationTypeMod::PolarizationType.
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
int getNumCoeff () const
 ===> Attribute numCoeff
void setNumCoeff (int numCoeff)
 Set numCoeff with the specified int.
vector< string > getCoeffName () const
 ===> Attribute coeffName
void setCoeffName (vector< string > coeffName)
 Set coeffName with the specified vector<string >.
vector< string > getCoeffFormula () const
 ===> Attribute coeffFormula
void setCoeffFormula (vector< string > coeffFormula)
 Set coeffFormula with the specified vector<string >.
vector< float > getCoeffVal () const
 ===> Attribute coeffVal
void setCoeffVal (vector< float > coeffVal)
 Set coeffVal with the specified vector<float >.
string getAssocNature () const
 ===> Attribute assocNature
void setAssocNature (string assocNature)
 Set assocNature with the specified string.
void setAntennaId (Tag antennaId)
 Set antennaId with the specified Tag.
int getAssocFocusModelId () const
 ===> Attribute assocFocusModelId
void setAssocFocusModelId (int assocFocusModelId)
 Set assocFocusModelId with the specified int.
Links *AntennaRowgetAntennaUsingAntennaId ()
 antennaId pointer to the row in the Antenna table having Antenna.antennaId == antennaId
vector< FocusModelRow * > getFocusModels ()
 ===> Slice link from a row of FocusModel table to a collection of row of FocusModel table.
bool compareNoAutoInc (Tag antennaId, PolarizationTypeMod::PolarizationType polarizationType, ReceiverBandMod::ReceiverBand receiverBand, int numCoeff, vector< string > coeffName, vector< string > coeffFormula, vector< float > coeffVal, string assocNature, int assocFocusModelId)
 Compare each mandatory attribute except the autoincrementable one of this FocusModelRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (PolarizationTypeMod::PolarizationType polarizationType, ReceiverBandMod::ReceiverBand receiverBand, int numCoeff, vector< string > coeffName, vector< string > coeffFormula, vector< float > coeffVal, string assocNature, int assocFocusModelId)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (FocusModelRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::FocusModelRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void toIDL (asdmIDL::FocusModelRowIDL &x) const
 Define the content of a FocusModelRowIDL struct from the values found in this row.
void setFromIDL (asdmIDL::FocusModelRowIDL x)
 Fill the values of this row from the IDL struct FocusModelRowIDL.
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 ~FocusModelRow ()
 friend class asdm::TableStreamReader<FocusModelTable, FocusModelRow>;
FocusModelTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
PolarizationTypeMod::PolarizationType getPolarizationType () const
 ===> Attribute polarizationType
void setPolarizationType (PolarizationTypeMod::PolarizationType polarizationType)
 Set polarizationType with the specified PolarizationTypeMod::PolarizationType.
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
int getNumCoeff () const
 ===> Attribute numCoeff
void setNumCoeff (int numCoeff)
 Set numCoeff with the specified int.
vector< string > getCoeffName () const
 ===> Attribute coeffName
void setCoeffName (vector< string > coeffName)
 Set coeffName with the specified vector<string >.
vector< string > getCoeffFormula () const
 ===> Attribute coeffFormula
void setCoeffFormula (vector< string > coeffFormula)
 Set coeffFormula with the specified vector<string >.
vector< float > getCoeffVal () const
 ===> Attribute coeffVal
void setCoeffVal (vector< float > coeffVal)
 Set coeffVal with the specified vector<float >.
string getAssocNature () const
 ===> Attribute assocNature
void setAssocNature (string assocNature)
 Set assocNature with the specified string.
void setAntennaId (Tag antennaId)
 Set antennaId with the specified Tag.
int getAssocFocusModelId () const
 ===> Attribute assocFocusModelId
void setAssocFocusModelId (int assocFocusModelId)
 Set assocFocusModelId with the specified int.
Links *AntennaRowgetAntennaUsingAntennaId ()
 antennaId pointer to the row in the Antenna table having Antenna.antennaId == antennaId
vector< FocusModelRow * > getFocusModels ()
 ===> Slice link from a row of FocusModel table to a collection of row of FocusModel table.
bool compareNoAutoInc (Tag antennaId, PolarizationTypeMod::PolarizationType polarizationType, ReceiverBandMod::ReceiverBand receiverBand, int numCoeff, vector< string > coeffName, vector< string > coeffFormula, vector< float > coeffVal, string assocNature, int assocFocusModelId)
 Compare each mandatory attribute except the autoincrementable one of this FocusModelRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (PolarizationTypeMod::PolarizationType polarizationType, ReceiverBandMod::ReceiverBand receiverBand, int numCoeff, vector< string > coeffName, vector< string > coeffFormula, vector< float > coeffVal, string assocNature, int assocFocusModelId)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (FocusModelRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::FocusModelRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void setFromIDL (asdmIDL::FocusModelRowIDL x)
 Fill the values of this row from the IDL struct FocusModelRowIDL.
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
Extrinsic 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.
 FocusModelRow (FocusModelTable &table)
 Create a FocusModelRow.
 FocusModelRow (FocusModelTable &table, FocusModelRow &row)
 Create a FocusModelRow using a copy constructor mechanism.
void setFocusModelId (int focusModelId)
 Set focusModelId with the specified int value.
void antennaIdFromBin (EndianIStream &eis)
void focusModelIdFromBin (EndianIStream &eis)
void polarizationTypeFromBin (EndianIStream &eis)
void receiverBandFromBin (EndianIStream &eis)
void numCoeffFromBin (EndianIStream &eis)
void coeffNameFromBin (EndianIStream &eis)
void coeffFormulaFromBin (EndianIStream &eis)
void coeffValFromBin (EndianIStream &eis)
void assocNatureFromBin (EndianIStream &eis)
void assocFocusModelIdFromBin (EndianIStream &eis)
void antennaIdFromText (const string &s)
void focusModelIdFromText (const string &s)
void polarizationTypeFromText (const string &s)
void receiverBandFromText (const string &s)
void numCoeffFromText (const string &s)
void coeffNameFromText (const string &s)
void coeffFormulaFromText (const string &s)
void coeffValFromText (const string &s)
void assocNatureFromText (const string &s)
void assocFocusModelIdFromText (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.
 FocusModelRow (FocusModelTable &table)
 Create a FocusModelRow.
 FocusModelRow (FocusModelTable &table, FocusModelRow &row)
 Create a FocusModelRow using a copy constructor mechanism.
void setFocusModelId (int focusModelId)
 Set focusModelId with the specified int value.
void antennaIdFromBin (EndianIStream &eis)
void focusModelIdFromBin (EndianIStream &eis)
void polarizationTypeFromBin (EndianIStream &eis)
void receiverBandFromBin (EndianIStream &eis)
void numCoeffFromBin (EndianIStream &eis)
void coeffNameFromBin (EndianIStream &eis)
void coeffFormulaFromBin (EndianIStream &eis)
void coeffValFromBin (EndianIStream &eis)
void assocNatureFromBin (EndianIStream &eis)
void assocFocusModelIdFromBin (EndianIStream &eis)
void antennaIdFromText (const string &s)
void focusModelIdFromText (const string &s)
void polarizationTypeFromText (const string &s)
void receiverBandFromText (const string &s)
void numCoeffFromText (const string &s)
void coeffNameFromText (const string &s)
void coeffFormulaFromText (const string &s)
void coeffValFromText (const string &s)
void assocNatureFromText (const string &s)
void assocFocusModelIdFromText (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

FocusModelTabletable
 The table to which this row belongs.
bool hasBeenAdded
 Whether this row has been added to the table or not.
PolarizationTypeMod::PolarizationType polarizationType
 ===> Attribute polarizationType
ReceiverBandMod::ReceiverBand receiverBand
 ===> Attribute receiverBand
int numCoeff
 ===> Attribute numCoeff
vector< string > coeffName
 ===> Attribute coeffName
vector< string > coeffFormula
 ===> Attribute coeffFormula
vector< float > coeffVal
 ===> Attribute coeffVal
string assocNature
 ===> Attribute assocNature
int assocFocusModelId
 ===> Attribute assocFocusModelId
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
FocusModelAttributeFromBin
fromBinMethods
*text deserialization material
std::map< std::string,
FocusModelAttributeFromText
fromTextMethods

Friends

class asdm::FocusModelTable
class asdm::RowTransformer< FocusModelRow >

Detailed Description

The FocusModelRow class is a row of a FocusModelTable.

Generated from model's revision "1.64", branch "HEAD"

Generated from model's revision "1.61", branch "HEAD"

Definition at line 112 of file FocusModelRow.h.


Constructor & Destructor Documentation

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

friend class asdm::TableStreamReader<FocusModelTable, FocusModelRow>;

Create a FocusModelRow.

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.

Create a FocusModelRow using a copy constructor mechanism.

Given a FocusModelRow row and a FocusModelTable table, the method creates a new FocusModelRow 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::FocusModelRow::~FocusModelRow ( ) [virtual]

friend class asdm::TableStreamReader<FocusModelTable, FocusModelRow>;

Create a FocusModelRow.

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.

Create a FocusModelRow using a copy constructor mechanism.

Given a FocusModelRow row and a FocusModelTable table, the method creates a new FocusModelRow 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::FocusModelRow::antennaIdFromText ( const string &  s) [private]
void asdm::FocusModelRow::antennaIdFromText ( const string &  s) [private]
void asdm::FocusModelRow::assocFocusModelIdFromText ( const string &  s) [private]
void asdm::FocusModelRow::assocFocusModelIdFromText ( const string &  s) [private]
void asdm::FocusModelRow::assocNatureFromText ( const string &  s) [private]
void asdm::FocusModelRow::assocNatureFromText ( const string &  s) [private]
void asdm::FocusModelRow::coeffFormulaFromText ( const string &  s) [private]
void asdm::FocusModelRow::coeffFormulaFromText ( const string &  s) [private]
void asdm::FocusModelRow::coeffNameFromText ( const string &  s) [private]
void asdm::FocusModelRow::coeffNameFromText ( const string &  s) [private]
void asdm::FocusModelRow::coeffValFromText ( const string &  s) [private]
void asdm::FocusModelRow::coeffValFromText ( const string &  s) [private]
bool asdm::FocusModelRow::compareNoAutoInc ( Tag  antennaId,
PolarizationTypeMod::PolarizationType  polarizationType,
ReceiverBandMod::ReceiverBand  receiverBand,
int  numCoeff,
vector< string >  coeffName,
vector< string >  coeffFormula,
vector< float >  coeffVal,
string  assocNature,
int  assocFocusModelId 
)

Compare each mandatory attribute except the autoincrementable one of this FocusModelRow with the corresponding parameters and return true if there is a match and false otherwise.

Parameters:
antennaId
polarizationType
receiverBand
numCoeff
coeffName
coeffFormula
coeffVal
assocNature
assocFocusModelId
bool asdm::FocusModelRow::compareNoAutoInc ( Tag  antennaId,
PolarizationTypeMod::PolarizationType  polarizationType,
ReceiverBandMod::ReceiverBand  receiverBand,
int  numCoeff,
vector< string >  coeffName,
vector< string >  coeffFormula,
vector< float >  coeffVal,
string  assocNature,
int  assocFocusModelId 
)

Compare each mandatory attribute except the autoincrementable one of this FocusModelRow with the corresponding parameters and return true if there is a match and false otherwise.

Parameters:
antennaId
polarizationType
receiverBand
numCoeff
coeffName
coeffFormula
coeffVal
assocNature
assocFocusModelId
bool asdm::FocusModelRow::compareRequiredValue ( PolarizationTypeMod::PolarizationType  polarizationType,
ReceiverBandMod::ReceiverBand  receiverBand,
int  numCoeff,
vector< string >  coeffName,
vector< string >  coeffFormula,
vector< float >  coeffVal,
string  assocNature,
int  assocFocusModelId 
)

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:
polarizationType
receiverBand
numCoeff
coeffName
coeffFormula
coeffVal
assocNature
assocFocusModelId
bool asdm::FocusModelRow::compareRequiredValue ( PolarizationTypeMod::PolarizationType  polarizationType,
ReceiverBandMod::ReceiverBand  receiverBand,
int  numCoeff,
vector< string >  coeffName,
vector< string >  coeffFormula,
vector< float >  coeffVal,
string  assocNature,
int  assocFocusModelId 
)

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:
polarizationType
receiverBand
numCoeff
coeffName
coeffFormula
coeffVal
assocNature
assocFocusModelId

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 FocusModelRow 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 FocusModelRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
void asdm::FocusModelRow::focusModelIdFromText ( const string &  s) [private]
void asdm::FocusModelRow::focusModelIdFromText ( const string &  s) [private]
void asdm::FocusModelRow::fromText ( const std::string &  attributeName,
const std::string &  t 
) [private]

antennaId pointer to the row in the Antenna table having Antenna.antennaId == antennaId

Returns:
a AntennaRow*

antennaId pointer to the row in the Antenna table having Antenna.antennaId == antennaId

Returns:
a AntennaRow*

===> Attribute assocFocusModelId

         

Get assocFocusModelId.

Returns:
assocFocusModelId as int

===> Attribute assocFocusModelId

         

Get assocFocusModelId.

Returns:
assocFocusModelId as int

===> Attribute assocNature

         

Get assocNature.

Returns:
assocNature as string

===> Attribute assocNature

         

Get assocNature.

Returns:
assocNature as string
vector<string > asdm::FocusModelRow::getCoeffFormula ( ) const

===> Attribute coeffFormula

         

Get coeffFormula.

Returns:
coeffFormula as vector<string >
vector<string > asdm::FocusModelRow::getCoeffFormula ( ) const

===> Attribute coeffFormula

         

Get coeffFormula.

Returns:
coeffFormula as vector<string >
vector<string > asdm::FocusModelRow::getCoeffName ( ) const

===> Attribute coeffName

         

Get coeffName.

Returns:
coeffName as vector<string >
vector<string > asdm::FocusModelRow::getCoeffName ( ) const

===> Attribute coeffName

         

Get coeffName.

Returns:
coeffName as vector<string >
vector<float > asdm::FocusModelRow::getCoeffVal ( ) const

===> Attribute coeffVal

         

Get coeffVal.

Returns:
coeffVal as vector<float >
vector<float > asdm::FocusModelRow::getCoeffVal ( ) const

===> Attribute coeffVal

         

Get coeffVal.

Returns:
coeffVal as vector<float >

===> Slice link from a row of FocusModel table to a collection of row of FocusModel table.

Get the collection of row in the FocusModel table having focusModelId == this.focusModelId

Returns:
a vector of FocusModelRow *

===> Slice link from a row of FocusModel table to a collection of row of FocusModel table.

Get the collection of row in the FocusModel table having focusModelId == this.focusModelId

Returns:
a vector of FocusModelRow *

===> Attribute numCoeff

         

Get numCoeff.

Returns:
numCoeff as int

===> Attribute numCoeff

         

Get numCoeff.

Returns:
numCoeff as int
PolarizationTypeMod::PolarizationType asdm::FocusModelRow::getPolarizationType ( ) const

===> Attribute polarizationType

         

Get polarizationType.

Returns:
polarizationType as PolarizationTypeMod::PolarizationType
PolarizationTypeMod::PolarizationType asdm::FocusModelRow::getPolarizationType ( ) const

===> Attribute polarizationType

         

Get polarizationType.

Returns:
polarizationType as PolarizationTypeMod::PolarizationType
ReceiverBandMod::ReceiverBand asdm::FocusModelRow::getReceiverBand ( ) const

===> Attribute receiverBand

         

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand
ReceiverBandMod::ReceiverBand asdm::FocusModelRow::getReceiverBand ( ) const

===> Attribute receiverBand

         

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand

Return the table to which this row belongs.

Return the table to which this row belongs.

Has this row been added to its table ?

Returns:
true if and only if it has been added.

Has this row been added to its table ?

Returns:
true if and only if it has been added.
void asdm::FocusModelRow::isAdded ( bool  added) [private]

This method is used by the Table class when this row is added to the table.

void asdm::FocusModelRow::isAdded ( bool  added) [private]

This method is used by the Table class when this row is added to the table.

void asdm::FocusModelRow::numCoeffFromText ( const string &  s) [private]
void asdm::FocusModelRow::numCoeffFromText ( const string &  s) [private]
void asdm::FocusModelRow::polarizationTypeFromText ( const string &  s) [private]
void asdm::FocusModelRow::polarizationTypeFromText ( const string &  s) [private]
void asdm::FocusModelRow::receiverBandFromText ( const string &  s) [private]
void asdm::FocusModelRow::receiverBandFromText ( const string &  s) [private]

Set antennaId with the specified Tag.

Parameters:
antennaIdThe Tag value to which antennaId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.

Set antennaId with the specified Tag.

Parameters:
antennaIdThe Tag value to which antennaId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::FocusModelRow::setAssocFocusModelId ( int  assocFocusModelId)

Set assocFocusModelId with the specified int.

Parameters:
assocFocusModelIdThe int value to which assocFocusModelId is to be set.
void asdm::FocusModelRow::setAssocFocusModelId ( int  assocFocusModelId)

Set assocFocusModelId with the specified int.

Parameters:
assocFocusModelIdThe int value to which assocFocusModelId is to be set.
void asdm::FocusModelRow::setAssocNature ( string  assocNature)

Set assocNature with the specified string.

Parameters:
assocNatureThe string value to which assocNature is to be set.
void asdm::FocusModelRow::setAssocNature ( string  assocNature)

Set assocNature with the specified string.

Parameters:
assocNatureThe string value to which assocNature is to be set.
void asdm::FocusModelRow::setCoeffFormula ( vector< string >  coeffFormula)

Set coeffFormula with the specified vector<string >.

Parameters:
coeffFormulaThe vector<string > value to which coeffFormula is to be set.
void asdm::FocusModelRow::setCoeffFormula ( vector< string >  coeffFormula)

Set coeffFormula with the specified vector<string >.

Parameters:
coeffFormulaThe vector<string > value to which coeffFormula is to be set.
void asdm::FocusModelRow::setCoeffName ( vector< string >  coeffName)

Set coeffName with the specified vector<string >.

Parameters:
coeffNameThe vector<string > value to which coeffName is to be set.
void asdm::FocusModelRow::setCoeffName ( vector< string >  coeffName)

Set coeffName with the specified vector<string >.

Parameters:
coeffNameThe vector<string > value to which coeffName is to be set.
void asdm::FocusModelRow::setCoeffVal ( vector< float >  coeffVal)

Set coeffVal with the specified vector<float >.

Parameters:
coeffValThe vector<float > value to which coeffVal is to be set.
void asdm::FocusModelRow::setCoeffVal ( vector< float >  coeffVal)

Set coeffVal with the specified vector<float >.

Parameters:
coeffValThe vector<float > value to which coeffVal is to be set.
void asdm::FocusModelRow::setFocusModelId ( int  focusModelId) [private]

Set focusModelId with the specified int value.

Parameters:
focusModelIdThe int value to which focusModelId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::FocusModelRow::setFocusModelId ( int  focusModelId) [private]

Set focusModelId with the specified int value.

Parameters:
focusModelIdThe int value to which focusModelId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::FocusModelRow::setFromIDL ( asdmIDL::FocusModelRowIDL  x)

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

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

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

Parameters:
xThe IDL struct containing the values used to fill this row.
Exceptions:
ConversionException
void asdm::FocusModelRow::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::FocusModelRow::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::FocusModelRow::setNumCoeff ( int  numCoeff)

Set numCoeff with the specified int.

Parameters:
numCoeffThe int value to which numCoeff is to be set.
void asdm::FocusModelRow::setNumCoeff ( int  numCoeff)

Set numCoeff with the specified int.

Parameters:
numCoeffThe int value to which numCoeff is to be set.
void asdm::FocusModelRow::setPolarizationType ( PolarizationTypeMod::PolarizationType  polarizationType)

Set polarizationType with the specified PolarizationTypeMod::PolarizationType.

Parameters:
polarizationTypeThe PolarizationTypeMod::PolarizationType value to which polarizationType is to be set.
void asdm::FocusModelRow::setPolarizationType ( PolarizationTypeMod::PolarizationType  polarizationType)

Set polarizationType with the specified PolarizationTypeMod::PolarizationType.

Parameters:
polarizationTypeThe PolarizationTypeMod::PolarizationType value to which polarizationType is to be set.
void asdm::FocusModelRow::setReceiverBand ( ReceiverBandMod::ReceiverBand  receiverBand)

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBandThe ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
void asdm::FocusModelRow::setReceiverBand ( ReceiverBandMod::ReceiverBand  receiverBand)

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBandThe ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
void asdm::FocusModelRow::toBin ( EndianOSStream eoss) [private]

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

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

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

Parameters:
eossthe EndianOSStream to be written to
asdmIDL::FocusModelRowIDL* asdm::FocusModelRow::toIDL ( ) const

Return this row in the form of an IDL struct.

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

Return this row in the form of an IDL struct.

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

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

Parameters:
xa reference to the FocusModelRowIDL struct to be set.
std::string asdm::FocusModelRow::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::FocusModelRow::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 113 of file FocusModelRow.h.

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

Definition at line 114 of file FocusModelRow.h.


Member Data Documentation

===> Attribute assocFocusModelId

         

Definition at line 777 of file FocusModelRow.h.

===> Attribute assocNature

         

Definition at line 751 of file FocusModelRow.h.

Definition at line 137 of file FocusModelRow.h.

Definition at line 371 of file FocusModelRow.h.

vector< string > asdm::FocusModelRow::coeffFormula [private]

===> Attribute coeffFormula

         

Definition at line 729 of file FocusModelRow.h.

vector< string > asdm::FocusModelRow::coeffName [private]

===> Attribute coeffName

         

Definition at line 718 of file FocusModelRow.h.

vector< float > asdm::FocusModelRow::coeffVal [private]

===> Attribute coeffVal

         

Definition at line 740 of file FocusModelRow.h.

Links *binary deserialization material from an EndianIStream std::map< std::string, FocusModelAttributeFromBin > asdm::FocusModelRow::fromBinMethods [private]

Definition at line 805 of file FocusModelRow.h.

*text deserialization material std::map< std::string, FocusModelAttributeFromText > asdm::FocusModelRow::fromTextMethods [private]

Definition at line 823 of file FocusModelRow.h.

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

Definition at line 618 of file FocusModelRow.h.

===> Attribute numCoeff

         

Definition at line 707 of file FocusModelRow.h.

PolarizationTypeMod::PolarizationType asdm::FocusModelRow::polarizationType [private]

===> Attribute polarizationType

         

Definition at line 685 of file FocusModelRow.h.

ReceiverBandMod::ReceiverBand asdm::FocusModelRow::receiverBand [private]

===> Attribute receiverBand

         

Definition at line 696 of file FocusModelRow.h.

The table to which this row belongs.

Definition at line 614 of file FocusModelRow.h.


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