#include <WVMCalRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
WVMCalTable & | getTable () 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) |
SpectralWindowRow * | getSpectralWindowUsingSpectralWindowId () |
AntennaRow * | getAntennaUsingAntennaId () |
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) |
|
Mark operationMode, which is an optional field, as non-existent. |
|
Mark wvrefModel, which is an optional field, as non-existent. |
|
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. |
|
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
|
|
Get antennaId.
|
|
antennaId pointer to the row in the Antenna table having Antenna.antennaId == antennaId
|
|
Get calibrationMode.
|
|
Get freqOrigin.
|
|
Get numPoly.
|
|
Get operationMode, which is optional.
|
|
Get pathCoeff.
|
|
Get spectralWindowId.
|
|
spectralWindowId pointer to the row in the SpectralWindow table having SpectralWindow.spectralWindowId == spectralWindowId
|
|
Return the table to which this row belongs. |
|
Get timeInterval.
|
|
Get wvrefModel, which is optional.
|
|
The attribute operationMode is optional. Return true if this attribute exists.
|
|
The attribute wvrefModel is optional. Return true if this attribute exists.
|
|
Set antennaId with the specified Tag.
|
|
Set calibrationMode with the specified string.
|
|
Set freqOrigin with the specified Frequency.
|
|
Fill the values of this row from the IDL struct WVMCalRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numPoly with the specified int.
|
|
Set operationMode with the specified string.
|
|
Set pathCoeff with the specified vector<double >.
|
|
Set spectralWindowId with the specified Tag.
|
|
Set timeInterval with the specified ArrayTimeInterval.
|
|
Set wvrefModel with the specified float.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|