asdm::CalPrimaryBeamRow Class Reference

#include <CalPrimaryBeamRow.h>

List of all members.


Detailed Description

The CalPrimaryBeamRow class is a row of a CalPrimaryBeamTable.

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


Public Member Functions

CalPrimaryBeamTablegetTable () const
CalPrimaryBeamRowIDL * toIDL () const
void setFromIDL (CalPrimaryBeamRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
string getAntennaName () const
void setAntennaName (string antennaName)
AntennaMakeMod::AntennaMake getAntennaMake () const
void setAntennaMake (AntennaMakeMod::AntennaMake antennaMake)
int getNumReceptor () const
void setNumReceptor (int numReceptor)
vector< PolarizationTypeMod::PolarizationType > getPolarizationTypes () const
void setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
ArrayTime getStartValidTime () const
void setStartValidTime (ArrayTime startValidTime)
ArrayTime getEndValidTime () const
void setEndValidTime (ArrayTime endValidTime)
vector< FrequencygetFrequencyRange () const
void setFrequencyRange (vector< Frequency > frequencyRange)
ReceiverBandMod::ReceiverBand getReceiverBand () const
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
EntityRef getBeamMapUID () const
void setBeamMapUID (EntityRef beamMapUID)
float getRelativeAmplitudeRms () const
void setRelativeAmplitudeRms (float relativeAmplitudeRms)
Tag getCalDataId () const
void setCalDataId (Tag calDataId)
Tag getCalReductionId () const
void setCalReductionId (Tag calReductionId)
CalReductionRowgetCalReductionUsingCalReductionId ()
CalDataRowgetCalDataUsingCalDataId ()
bool compareNoAutoInc (Tag calDataId, Tag calReductionId, string antennaName, AntennaMakeMod::AntennaMake antennaMake, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, ReceiverBandMod::ReceiverBand receiverBand, EntityRef beamMapUID, float relativeAmplitudeRms)
bool compareRequiredValue (AntennaMakeMod::AntennaMake antennaMake, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, ReceiverBandMod::ReceiverBand receiverBand, EntityRef beamMapUID, float relativeAmplitudeRms)
bool equalByRequiredValue (CalPrimaryBeamRow *x)


Member Function Documentation

bool asdm::CalPrimaryBeamRow::compareNoAutoInc Tag  calDataId,
Tag  calReductionId,
string  antennaName,
AntennaMakeMod::AntennaMake  antennaMake,
int  numReceptor,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
ReceiverBandMod::ReceiverBand  receiverBand,
EntityRef  beamMapUID,
float  relativeAmplitudeRms
 

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

bool asdm::CalPrimaryBeamRow::equalByRequiredValue CalPrimaryBeamRow 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 CalPrimaryBeamRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.

AntennaMakeMod::AntennaMake asdm::CalPrimaryBeamRow::getAntennaMake  )  const
 

Get antennaMake.

Returns:
antennaMake as AntennaMakeMod::AntennaMake

string asdm::CalPrimaryBeamRow::getAntennaName  )  const
 

Get antennaName.

Returns:
antennaName as string

EntityRef asdm::CalPrimaryBeamRow::getBeamMapUID  )  const
 

Get beamMapUID.

Returns:
beamMapUID as EntityRef

Tag asdm::CalPrimaryBeamRow::getCalDataId  )  const
 

Get calDataId.

Returns:
calDataId as Tag

CalDataRow* asdm::CalPrimaryBeamRow::getCalDataUsingCalDataId  ) 
 

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

Returns:
a CalDataRow*

Tag asdm::CalPrimaryBeamRow::getCalReductionId  )  const
 

Get calReductionId.

Returns:
calReductionId as Tag

CalReductionRow* asdm::CalPrimaryBeamRow::getCalReductionUsingCalReductionId  ) 
 

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

Returns:
a CalReductionRow*

ArrayTime asdm::CalPrimaryBeamRow::getEndValidTime  )  const
 

Get endValidTime.

Returns:
endValidTime as ArrayTime

vector<Frequency > asdm::CalPrimaryBeamRow::getFrequencyRange  )  const
 

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

int asdm::CalPrimaryBeamRow::getNumReceptor  )  const
 

Get numReceptor.

Returns:
numReceptor as int

vector<PolarizationTypeMod::PolarizationType > asdm::CalPrimaryBeamRow::getPolarizationTypes  )  const
 

Get polarizationTypes.

Returns:
polarizationTypes as vector<PolarizationTypeMod::PolarizationType >

ReceiverBandMod::ReceiverBand asdm::CalPrimaryBeamRow::getReceiverBand  )  const
 

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand

float asdm::CalPrimaryBeamRow::getRelativeAmplitudeRms  )  const
 

Get relativeAmplitudeRms.

Returns:
relativeAmplitudeRms as float

ArrayTime asdm::CalPrimaryBeamRow::getStartValidTime  )  const
 

Get startValidTime.

Returns:
startValidTime as ArrayTime

CalPrimaryBeamTable& asdm::CalPrimaryBeamRow::getTable  )  const
 

Return the table to which this row belongs.

void asdm::CalPrimaryBeamRow::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::CalPrimaryBeamRow::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::CalPrimaryBeamRow::setBeamMapUID EntityRef  beamMapUID  ) 
 

Set beamMapUID with the specified EntityRef.

Parameters:
beamMapUID The EntityRef value to which beamMapUID is to be set.

void asdm::CalPrimaryBeamRow::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::CalPrimaryBeamRow::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::CalPrimaryBeamRow::setEndValidTime ArrayTime  endValidTime  ) 
 

Set endValidTime with the specified ArrayTime.

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

void asdm::CalPrimaryBeamRow::setFrequencyRange vector< Frequency frequencyRange  ) 
 

Set frequencyRange with the specified vector<Frequency >.

Parameters:
frequencyRange The vector<Frequency > value to which frequencyRange is to be set.

void asdm::CalPrimaryBeamRow::setFromIDL CalPrimaryBeamRowIDL  x  )  throw (ConversionException)
 

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

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

void asdm::CalPrimaryBeamRow::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::CalPrimaryBeamRow::setNumReceptor int  numReceptor  ) 
 

Set numReceptor with the specified int.

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

void asdm::CalPrimaryBeamRow::setPolarizationTypes vector< PolarizationTypeMod::PolarizationType >  polarizationTypes  ) 
 

Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.

Parameters:
polarizationTypes The vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set.

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

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBand The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.

void asdm::CalPrimaryBeamRow::setRelativeAmplitudeRms float  relativeAmplitudeRms  ) 
 

Set relativeAmplitudeRms with the specified float.

Parameters:
relativeAmplitudeRms The float value to which relativeAmplitudeRms is to be set.

void asdm::CalPrimaryBeamRow::setStartValidTime ArrayTime  startValidTime  ) 
 

Set startValidTime with the specified ArrayTime.

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

CalPrimaryBeamRowIDL* asdm::CalPrimaryBeamRow::toIDL  )  const
 

Return this row in the form of an IDL struct.

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

string asdm::CalPrimaryBeamRow::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:44 2008 for ASDM C++ Implementation by doxygen 1.3.8