asdm::WVMCalRow Class Reference

#include <WVMCalRow.h>

List of all members.


Detailed Description

The WVMCalRow class is a row of a WVMCalTable.

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


Public Member Functions

WVMCalTablegetTable () const
WVMCalRowIDL * toIDL () const
void setFromIDL (WVMCalRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
bool isOperationModeExists () const
string getOperationMode () const throw (IllegalAccessException)
void setOperationMode (string operationMode)
void clearOperationMode ()
int getNumPoly () const
void setNumPoly (int numPoly)
Frequency getFreqOrigin () const
void setFreqOrigin (Frequency freqOrigin)
ArrayTimeInterval getTimeInterval () const
void setTimeInterval (ArrayTimeInterval timeInterval)
vector< double > getPathCoeff () const
void setPathCoeff (vector< double > pathCoeff)
string getCalibrationMode () const
void setCalibrationMode (string calibrationMode)
bool isWvrefModelExists () const
float getWvrefModel () const throw (IllegalAccessException)
void setWvrefModel (float wvrefModel)
void clearWvrefModel ()
Tag getAntennaId () const
void setAntennaId (Tag antennaId)
Tag getSpectralWindowId () const
void setSpectralWindowId (Tag spectralWindowId)
SpectralWindowRowgetSpectralWindowUsingSpectralWindowId ()
AntennaRowgetAntennaUsingAntennaId ()
bool compareNoAutoInc (Tag antennaId, Tag spectralWindowId, ArrayTimeInterval timeInterval, int numPoly, Frequency freqOrigin, vector< double > pathCoeff, string calibrationMode)
bool compareRequiredValue (int numPoly, Frequency freqOrigin, vector< double > pathCoeff, string calibrationMode)
bool equalByRequiredValue (WVMCalRow *x)


Member Function Documentation

void asdm::WVMCalRow::clearOperationMode  ) 
 

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

void asdm::WVMCalRow::clearWvrefModel  ) 
 

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

bool asdm::WVMCalRow::compareNoAutoInc Tag  antennaId,
Tag  spectralWindowId,
ArrayTimeInterval  timeInterval,
int  numPoly,
Frequency  freqOrigin,
vector< double >  pathCoeff,
string  calibrationMode
 

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

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

Tag asdm::WVMCalRow::getAntennaId  )  const
 

Get antennaId.

Returns:
antennaId as Tag

AntennaRow* asdm::WVMCalRow::getAntennaUsingAntennaId  ) 
 

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

Returns:
a AntennaRow*

string asdm::WVMCalRow::getCalibrationMode  )  const
 

Get calibrationMode.

Returns:
calibrationMode as string

Frequency asdm::WVMCalRow::getFreqOrigin  )  const
 

Get freqOrigin.

Returns:
freqOrigin as Frequency

int asdm::WVMCalRow::getNumPoly  )  const
 

Get numPoly.

Returns:
numPoly as int

string asdm::WVMCalRow::getOperationMode  )  const throw (IllegalAccessException)
 

Get operationMode, which is optional.

Returns:
operationMode as string
Exceptions:
IllegalAccessException If operationMode does not exist.

vector<double > asdm::WVMCalRow::getPathCoeff  )  const
 

Get pathCoeff.

Returns:
pathCoeff as vector<double >

Tag asdm::WVMCalRow::getSpectralWindowId  )  const
 

Get spectralWindowId.

Returns:
spectralWindowId as Tag

SpectralWindowRow* asdm::WVMCalRow::getSpectralWindowUsingSpectralWindowId  ) 
 

spectralWindowId pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId

Returns:
a SpectralWindowRow*

WVMCalTable& asdm::WVMCalRow::getTable  )  const
 

Return the table to which this row belongs.

ArrayTimeInterval asdm::WVMCalRow::getTimeInterval  )  const
 

Get timeInterval.

Returns:
timeInterval as ArrayTimeInterval

float asdm::WVMCalRow::getWvrefModel  )  const throw (IllegalAccessException)
 

Get wvrefModel, which is optional.

Returns:
wvrefModel as float
Exceptions:
IllegalAccessException If wvrefModel does not exist.

bool asdm::WVMCalRow::isOperationModeExists  )  const
 

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

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

bool asdm::WVMCalRow::isWvrefModelExists  )  const
 

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

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

void asdm::WVMCalRow::setAntennaId Tag  antennaId  ) 
 

Set antennaId with the specified Tag.

Parameters:
antennaId The Tag value to which antennaId 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::WVMCalRow::setCalibrationMode string  calibrationMode  ) 
 

Set calibrationMode with the specified string.

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

void asdm::WVMCalRow::setFreqOrigin Frequency  freqOrigin  ) 
 

Set freqOrigin with the specified Frequency.

Parameters:
freqOrigin The Frequency value to which freqOrigin is to be set.

void asdm::WVMCalRow::setFromIDL WVMCalRowIDL  x  )  throw (ConversionException)
 

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

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

void asdm::WVMCalRow::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::WVMCalRow::setNumPoly int  numPoly  ) 
 

Set numPoly with the specified int.

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

void asdm::WVMCalRow::setOperationMode string  operationMode  ) 
 

Set operationMode with the specified string.

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

void asdm::WVMCalRow::setPathCoeff vector< double >  pathCoeff  ) 
 

Set pathCoeff with the specified vector<double >.

Parameters:
pathCoeff The vector<double > value to which pathCoeff is to be set.

void asdm::WVMCalRow::setSpectralWindowId Tag  spectralWindowId  ) 
 

Set spectralWindowId with the specified Tag.

Parameters:
spectralWindowId The Tag value to which spectralWindowId 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::WVMCalRow::setTimeInterval ArrayTimeInterval  timeInterval  ) 
 

Set timeInterval with the specified ArrayTimeInterval.

Parameters:
timeInterval The ArrayTimeInterval value to which timeInterval 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::WVMCalRow::setWvrefModel float  wvrefModel  ) 
 

Set wvrefModel with the specified float.

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

WVMCalRowIDL* asdm::WVMCalRow::toIDL  )  const
 

Return this row in the form of an IDL struct.

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

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