asdm::CalFocusModelRow Class Reference

#include <CalFocusModelRow.h>

List of all members.


Detailed Description

The CalFocusModelRow class is a row of a CalFocusModelTable.

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


Public Member Functions

CalFocusModelTablegetTable () 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)
int getNumCoeff () const
void setNumCoeff (int numCoeff)
ArrayTime getStartValidTime () const
void setStartValidTime (ArrayTime startValidTime)
ArrayTime getEndValidTime () const
void setEndValidTime (ArrayTime endValidTime)
vector< LengthgetFocusRMS () 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)
ReceiverBandMod::ReceiverBand getReceiverBand () const
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
AntennaMakeMod::AntennaMake getAntennaMake () const
void setAntennaMake (AntennaMakeMod::AntennaMake antennaMake)
Tag getCalDataId () const
void setCalDataId (Tag calDataId)
Tag getCalReductionId () const
void setCalReductionId (Tag calReductionId)
CalDataRowgetCalDataUsingCalDataId ()
CalReductionRowgetCalReductionUsingCalReductionId ()
bool compareNoAutoInc (Tag calDataId, Tag calReductionId, string antennaName, ReceiverBandMod::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, AntennaMakeMod::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, AntennaMakeMod::AntennaMake antennaMake)
bool equalByRequiredValue (CalFocusModelRow *x)


Member Function Documentation

bool asdm::CalFocusModelRow::compareNoAutoInc Tag  calDataId,
Tag  calReductionId,
string  antennaName,
ReceiverBandMod::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,
AntennaMakeMod::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.

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

AntennaMakeMod::AntennaMake asdm::CalFocusModelRow::getAntennaMake  )  const
 

Get antennaMake.

Returns:
antennaMake as AntennaMakeMod::AntennaMake

string asdm::CalFocusModelRow::getAntennaName  )  const
 

Get antennaName.

Returns:
antennaName as string

Tag asdm::CalFocusModelRow::getCalDataId  )  const
 

Get calDataId.

Returns:
calDataId as Tag

CalDataRow* asdm::CalFocusModelRow::getCalDataUsingCalDataId  ) 
 

calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId

Returns:
a CalDataRow*

Tag asdm::CalFocusModelRow::getCalReductionId  )  const
 

Get calReductionId.

Returns:
calReductionId as Tag

CalReductionRow* asdm::CalFocusModelRow::getCalReductionUsingCalReductionId  ) 
 

calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId

Returns:
a CalReductionRow*

vector<vector<float > > asdm::CalFocusModelRow::getCoeffError  )  const
 

Get coeffError.

Returns:
coeffError as vector<vector<float > >

vector<vector<bool > > asdm::CalFocusModelRow::getCoeffFixed  )  const
 

Get coeffFixed.

Returns:
coeffFixed as vector<vector<bool > >

vector<vector<string > > asdm::CalFocusModelRow::getCoeffFormula  )  const
 

Get coeffFormula.

Returns:
coeffFormula as vector<vector<string > >

vector<vector<string > > asdm::CalFocusModelRow::getCoeffName  )  const
 

Get coeffName.

Returns:
coeffName as vector<vector<string > >

vector<vector<float > > asdm::CalFocusModelRow::getCoeffValue  )  const
 

Get coeffValue.

Returns:
coeffValue as vector<vector<float > >

ArrayTime asdm::CalFocusModelRow::getEndValidTime  )  const
 

Get endValidTime.

Returns:
endValidTime as ArrayTime

string asdm::CalFocusModelRow::getFocusModel  )  const
 

Get focusModel.

Returns:
focusModel as string

vector<Length > asdm::CalFocusModelRow::getFocusRMS  )  const
 

Get focusRMS.

Returns:
focusRMS as vector<Length >

int asdm::CalFocusModelRow::getNumCoeff  )  const
 

Get numCoeff.

Returns:
numCoeff as int

int asdm::CalFocusModelRow::getNumSourceObs  )  const
 

Get numSourceObs.

Returns:
numSourceObs as int

ReceiverBandMod::ReceiverBand asdm::CalFocusModelRow::getReceiverBand  )  const
 

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand

ArrayTime asdm::CalFocusModelRow::getStartValidTime  )  const
 

Get startValidTime.

Returns:
startValidTime as ArrayTime

CalFocusModelTable& asdm::CalFocusModelRow::getTable  )  const
 

Return the table to which this row belongs.

void asdm::CalFocusModelRow::setAntennaMake AntennaMakeMod::AntennaMake  antennaMake  ) 
 

Set antennaMake with the specified AntennaMakeMod::AntennaMake.

Parameters:
antennaMake The AntennaMakeMod::AntennaMake value to which antennaMake is to be set.

void asdm::CalFocusModelRow::setAntennaName string  antennaName  ) 
 

Set antennaName with the specified string.

Parameters:
antennaName The string value to which antennaName is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void asdm::CalFocusModelRow::setCalDataId Tag  calDataId  ) 
 

Set calDataId with the specified Tag.

Parameters:
calDataId The Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void asdm::CalFocusModelRow::setCalReductionId Tag  calReductionId  ) 
 

Set calReductionId with the specified Tag.

Parameters:
calReductionId The Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void asdm::CalFocusModelRow::setCoeffError vector< vector< float > >  coeffError  ) 
 

Set coeffError with the specified vector<vector<float > >.

Parameters:
coeffError The vector<vector<float > > value to which coeffError is to be set.

void asdm::CalFocusModelRow::setCoeffFixed vector< vector< bool > >  coeffFixed  ) 
 

Set coeffFixed with the specified vector<vector<bool > >.

Parameters:
coeffFixed The vector<vector<bool > > value to which coeffFixed is to be set.

void asdm::CalFocusModelRow::setCoeffFormula vector< vector< string > >  coeffFormula  ) 
 

Set coeffFormula with the specified vector<vector<string > >.

Parameters:
coeffFormula The vector<vector<string > > value to which coeffFormula is to be set.

void asdm::CalFocusModelRow::setCoeffName vector< vector< string > >  coeffName  ) 
 

Set coeffName with the specified vector<vector<string > >.

Parameters:
coeffName The vector<vector<string > > value to which coeffName is to be set.

void asdm::CalFocusModelRow::setCoeffValue vector< vector< float > >  coeffValue  ) 
 

Set coeffValue with the specified vector<vector<float > >.

Parameters:
coeffValue The vector<vector<float > > value to which coeffValue is to be set.

void asdm::CalFocusModelRow::setEndValidTime ArrayTime  endValidTime  ) 
 

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTime The ArrayTime value to which endValidTime is to be set.

void asdm::CalFocusModelRow::setFocusModel string  focusModel  ) 
 

Set focusModel with the specified string.

Parameters:
focusModel The string value to which focusModel is to be set.

void asdm::CalFocusModelRow::setFocusRMS vector< Length focusRMS  ) 
 

Set focusRMS with the specified vector<Length >.

Parameters:
focusRMS The vector<Length > value to which focusRMS is to be set.

void asdm::CalFocusModelRow::setFromIDL CalFocusModelRowIDL  x  )  throw (ConversionException)
 

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

Parameters:
x The IDL struct containing the values used to fill this row.

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.

Parameters:
x The XML string being used to set the values of this row.

void asdm::CalFocusModelRow::setNumCoeff int  numCoeff  ) 
 

Set numCoeff with the specified int.

Parameters:
numCoeff The int value to which numCoeff is to be set.

void asdm::CalFocusModelRow::setNumSourceObs int  numSourceObs  ) 
 

Set numSourceObs with the specified int.

Parameters:
numSourceObs The int value to which numSourceObs is to be set.

void asdm::CalFocusModelRow::setReceiverBand ReceiverBandMod::ReceiverBand  receiverBand  ) 
 

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBand The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void asdm::CalFocusModelRow::setStartValidTime ArrayTime  startValidTime  ) 
 

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTime The ArrayTime value to which startValidTime is to be set.

CalFocusModelRowIDL* asdm::CalFocusModelRow::toIDL  )  const
 

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalFocusModelRowIDL struct.

string asdm::CalFocusModelRow::toXML  )  const
 

Return this row in the form of an XML string.

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


The documentation for this class was generated from the following file:
Generated on Tue Nov 18 17:43:43 2008 for ASDM C++ Implementation by doxygen 1.3.8