#include <CalSeeingRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
CalSeeingTable & | getTable () const |
CalSeeingRowIDL * | toIDL () const |
void | setFromIDL (CalSeeingRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
int | getNumBaseLength () const |
void | setNumBaseLength (int numBaseLength) |
ArrayTime | getStartValidTime () const |
void | setStartValidTime (ArrayTime startValidTime) |
ArrayTime | getEndValidTime () const |
void | setEndValidTime (ArrayTime endValidTime) |
vector< Frequency > | getFrequencyRange () const |
void | setFrequencyRange (vector< Frequency > frequencyRange) |
vector< Length > | getBaseLength () const |
void | setBaseLength (vector< Length > baseLength) |
vector< Angle > | getCorrPhaseRms () const |
void | setCorrPhaseRms (vector< Angle > corrPhaseRms) |
vector< Angle > | getUncorrPhaseRms () const |
void | setUncorrPhaseRms (vector< Angle > uncorrPhaseRms) |
Angle | getSeeing () const |
void | setSeeing (Angle seeing) |
Frequency | getSeeingFrequency () const |
void | setSeeingFrequency (Frequency seeingFrequency) |
Frequency | getSeeingFreqBandwidth () const |
void | setSeeingFreqBandwidth (Frequency seeingFreqBandwidth) |
bool | isExponentExists () const |
float | getExponent () const throw (IllegalAccessException) |
void | setExponent (float exponent) |
void | clearExponent () |
Tag | getCalDataId () const |
void | setCalDataId (Tag calDataId) |
Tag | getCalReductionId () const |
void | setCalReductionId (Tag calReductionId) |
CalReductionRow * | getCalReductionUsingCalReductionId () |
CalDataRow * | getCalDataUsingCalDataId () |
bool | compareNoAutoInc (Tag calDataId, Tag calReductionId, int numBaseLength, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, vector< Length > baseLength, vector< Angle > corrPhaseRms, vector< Angle > uncorrPhaseRms, Angle seeing, Frequency seeingFrequency, Frequency seeingFreqBandwidth) |
bool | compareRequiredValue (int numBaseLength, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, vector< Length > baseLength, vector< Angle > corrPhaseRms, vector< Angle > uncorrPhaseRms, Angle seeing, Frequency seeingFrequency, Frequency seeingFreqBandwidth) |
bool | equalByRequiredValue (CalSeeingRow *x) |
|
Mark exponent, which is an optional field, as non-existent. |
|
Compare each mandatory attribute except the autoincrementable one of this CalSeeingRow 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 baseLength.
|
|
Get calDataId.
|
|
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
|
|
Get calReductionId.
|
|
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
|
|
Get corrPhaseRms.
|
|
Get endValidTime.
|
|
Get exponent, which is optional.
|
|
Get frequencyRange.
|
|
Get numBaseLength.
|
|
Get seeing.
|
|
Get seeingFreqBandwidth.
|
|
Get seeingFrequency.
|
|
Get startValidTime.
|
|
Return the table to which this row belongs. |
|
Get uncorrPhaseRms.
|
|
The attribute exponent is optional. Return true if this attribute exists.
|
|
Set baseLength with the specified vector<Length >.
|
|
Set calDataId with the specified Tag.
|
|
Set calReductionId with the specified Tag.
|
|
Set corrPhaseRms with the specified vector<Angle >.
|
|
Set endValidTime with the specified ArrayTime.
|
|
Set exponent with the specified float.
|
|
Set frequencyRange with the specified vector<Frequency >.
|
|
Fill the values of this row from the IDL struct CalSeeingRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numBaseLength with the specified int.
|
|
Set seeing with the specified Angle.
|
|
Set seeingFreqBandwidth with the specified Frequency.
|
|
Set seeingFrequency with the specified Frequency.
|
|
Set startValidTime with the specified ArrayTime.
|
|
Set uncorrPhaseRms with the specified vector<Angle >.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|