#include <CalFocusModelRow.h>
Generated from model's revision "1.41", branch "HEAD"
Public Member Functions | |
CalFocusModelTable & | getTable () const |
CalFocusModelRowIDL * | toIDL () const |
void | setFromIDL (CalFocusModelRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
string | getAntennaName () const |
void | setAntennaName (string antennaName) throw (IllegalAccessException) |
int | getNumCoeff () const |
void | setNumCoeff (int numCoeff) |
ArrayTime | getStartValidTime () const |
void | setStartValidTime (ArrayTime startValidTime) |
ArrayTime | getEndValidTime () const |
void | setEndValidTime (ArrayTime endValidTime) |
vector< Length > | getFocusRMS () const |
void | setFocusRMS (vector< Length > focusRMS) |
vector< vector< string > > | getCoeffName () const |
void | setCoeffName (vector< vector< string > > coeffName) |
vector< vector< string > > | getCoeffFormula () const |
void | setCoeffFormula (vector< vector< string > > coeffFormula) |
vector< vector< float > > | getCoeffValue () const |
void | setCoeffValue (vector< vector< float > > coeffValue) |
vector< vector< float > > | getCoeffError () const |
void | setCoeffError (vector< vector< float > > coeffError) |
vector< vector< bool > > | getCoeffFixed () const |
void | setCoeffFixed (vector< vector< bool > > coeffFixed) |
string | getFocusModel () const |
void | setFocusModel (string focusModel) |
int | getNumSourceObs () const |
void | setNumSourceObs (int numSourceObs) |
ReceiverBand | getReceiverBand () const |
void | setReceiverBand (ReceiverBand receiverBand) throw (IllegalAccessException) |
AntennaMake | getAntennaMake () const |
void | setAntennaMake (AntennaMake antennaMake) |
Tag | getCalDataId () const |
void | setCalDataId (Tag calDataId) throw (IllegalAccessException) |
Tag | getCalReductionId () const |
void | setCalReductionId (Tag calReductionId) throw (IllegalAccessException) |
CalDataRow * | getCalDataUsingCalDataId () |
CalReductionRow * | getCalReductionUsingCalReductionId () |
bool | compareNoAutoInc (Tag calDataId, Tag calReductionId, string antennaName, ReceiverBand receiverBand, int numCoeff, ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > focusRMS, vector< vector< string > > coeffName, vector< vector< string > > coeffFormula, vector< vector< float > > coeffValue, vector< vector< float > > coeffError, vector< vector< bool > > coeffFixed, string focusModel, int numSourceObs, AntennaMake antennaMake) |
bool | compareRequiredValue (int numCoeff, ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > focusRMS, vector< vector< string > > coeffName, vector< vector< string > > coeffFormula, vector< vector< float > > coeffValue, vector< vector< float > > coeffError, vector< vector< bool > > coeffFixed, string focusModel, int numSourceObs, AntennaMake antennaMake) |
bool | equalByRequiredValue (CalFocusModelRow *x) |
Friends | |
class | asdm::CalFocusModelTable |
CalFocusModelTable& asdm::CalFocusModelRow::getTable | ( | ) | const |
Return the table to which this row belongs.
CalFocusModelRowIDL* asdm::CalFocusModelRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalFocusModelRow::setFromIDL | ( | CalFocusModelRowIDL | x | ) | throw (ConversionException) |
Fill the values of this row from the IDL struct CalFocusModelRowIDL.
x | The IDL struct containing the values used to fill this row. |
string asdm::CalFocusModelRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
void asdm::CalFocusModelRow::setFromXML | ( | string | rowDoc | ) | throw (ConversionException) |
Fill the values of this row from an XML string that was produced by the toXML() method.
x | The XML string being used to set the values of this row. |
string asdm::CalFocusModelRow::getAntennaName | ( | ) | const |
Get antennaName.
void asdm::CalFocusModelRow::setAntennaName | ( | string | antennaName | ) | throw (IllegalAccessException) |
Set antennaName with the specified string.
antennaName | The string value to which antennaName is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
int asdm::CalFocusModelRow::getNumCoeff | ( | ) | const |
Get numCoeff.
void asdm::CalFocusModelRow::setNumCoeff | ( | int | numCoeff | ) |
Set numCoeff with the specified int.
numCoeff | The int value to which numCoeff is to be set. |
ArrayTime asdm::CalFocusModelRow::getStartValidTime | ( | ) | const |
Get startValidTime.
void asdm::CalFocusModelRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
ArrayTime asdm::CalFocusModelRow::getEndValidTime | ( | ) | const |
Get endValidTime.
void asdm::CalFocusModelRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
vector<Length > asdm::CalFocusModelRow::getFocusRMS | ( | ) | const |
Get focusRMS.
void asdm::CalFocusModelRow::setFocusRMS | ( | vector< Length > | focusRMS | ) |
Set focusRMS with the specified vector<Length >.
focusRMS | The vector<Length > value to which focusRMS is to be set. |
vector<vector<string > > asdm::CalFocusModelRow::getCoeffName | ( | ) | const |
Get coeffName.
void asdm::CalFocusModelRow::setCoeffName | ( | vector< vector< string > > | coeffName | ) |
Set coeffName with the specified vector<vector<string > >.
coeffName | The vector<vector<string > > value to which coeffName is to be set. |
vector<vector<string > > asdm::CalFocusModelRow::getCoeffFormula | ( | ) | const |
Get coeffFormula.
void asdm::CalFocusModelRow::setCoeffFormula | ( | vector< vector< string > > | coeffFormula | ) |
Set coeffFormula with the specified vector<vector<string > >.
coeffFormula | The vector<vector<string > > value to which coeffFormula is to be set. |
vector<vector<float > > asdm::CalFocusModelRow::getCoeffValue | ( | ) | const |
Get coeffValue.
void asdm::CalFocusModelRow::setCoeffValue | ( | vector< vector< float > > | coeffValue | ) |
Set coeffValue with the specified vector<vector<float > >.
coeffValue | The vector<vector<float > > value to which coeffValue is to be set. |
vector<vector<float > > asdm::CalFocusModelRow::getCoeffError | ( | ) | const |
Get coeffError.
void asdm::CalFocusModelRow::setCoeffError | ( | vector< vector< float > > | coeffError | ) |
Set coeffError with the specified vector<vector<float > >.
coeffError | The vector<vector<float > > value to which coeffError is to be set. |
vector<vector<bool > > asdm::CalFocusModelRow::getCoeffFixed | ( | ) | const |
Get coeffFixed.
void asdm::CalFocusModelRow::setCoeffFixed | ( | vector< vector< bool > > | coeffFixed | ) |
Set coeffFixed with the specified vector<vector<bool > >.
coeffFixed | The vector<vector<bool > > value to which coeffFixed is to be set. |
string asdm::CalFocusModelRow::getFocusModel | ( | ) | const |
Get focusModel.
void asdm::CalFocusModelRow::setFocusModel | ( | string | focusModel | ) |
Set focusModel with the specified string.
focusModel | The string value to which focusModel is to be set. |
int asdm::CalFocusModelRow::getNumSourceObs | ( | ) | const |
Get numSourceObs.
void asdm::CalFocusModelRow::setNumSourceObs | ( | int | numSourceObs | ) |
Set numSourceObs with the specified int.
numSourceObs | The int value to which numSourceObs is to be set. |
ReceiverBand asdm::CalFocusModelRow::getReceiverBand | ( | ) | const |
Get receiverBand.
void asdm::CalFocusModelRow::setReceiverBand | ( | ReceiverBand | receiverBand | ) | throw (IllegalAccessException) |
Set receiverBand with the specified ReceiverBand.
receiverBand | The ReceiverBand value to which receiverBand is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
AntennaMake asdm::CalFocusModelRow::getAntennaMake | ( | ) | const |
Get antennaMake.
void asdm::CalFocusModelRow::setAntennaMake | ( | AntennaMake | antennaMake | ) |
Set antennaMake with the specified AntennaMake.
antennaMake | The AntennaMake value to which antennaMake is to be set. |
void asdm::CalFocusModelRow::setCalDataId | ( | Tag | calDataId | ) | throw (IllegalAccessException) |
Set calDataId with the specified Tag.
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. |
Tag asdm::CalFocusModelRow::getCalReductionId | ( | ) | const |
Get calReductionId.
void asdm::CalFocusModelRow::setCalReductionId | ( | Tag | calReductionId | ) | throw (IllegalAccessException) |
Set calReductionId with the specified Tag.
calReductionId | The Tag value to which calReductionId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
CalDataRow* asdm::CalFocusModelRow::getCalDataUsingCalDataId | ( | ) |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
CalReductionRow* asdm::CalFocusModelRow::getCalReductionUsingCalReductionId | ( | ) |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
bool asdm::CalFocusModelRow::compareNoAutoInc | ( | Tag | calDataId, | |
Tag | calReductionId, | |||
string | antennaName, | |||
ReceiverBand | receiverBand, | |||
int | numCoeff, | |||
ArrayTime | startValidTime, | |||
ArrayTime | endValidTime, | |||
vector< Length > | focusRMS, | |||
vector< vector< string > > | coeffName, | |||
vector< vector< string > > | coeffFormula, | |||
vector< vector< float > > | coeffValue, | |||
vector< vector< float > > | coeffError, | |||
vector< vector< bool > > | coeffFixed, | |||
string | focusModel, | |||
int | numSourceObs, | |||
AntennaMake | antennaMake | |||
) |
Compare each mandatory attribute except the autoincrementable one of this CalFocusModelRow with the corresponding parameters and return true if there is a match and false otherwise.
bool asdm::CalFocusModelRow::equalByRequiredValue | ( | CalFocusModelRow * | 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 CalFocusModelRow whose required attributes of the value part will be compared with those of this. |