asdm::CalSeeingRow Class Reference

#include <CalSeeingRow.h>

List of all members.


Detailed Description

The CalSeeingRow class is a row of a CalSeeingTable.

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


Public Member Functions

CalSeeingTablegetTable () 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< FrequencygetFrequencyRange () const
void setFrequencyRange (vector< Frequency > frequencyRange)
vector< LengthgetBaseLength () const
void setBaseLength (vector< Length > baseLength)
vector< AnglegetCorrPhaseRms () const
void setCorrPhaseRms (vector< Angle > corrPhaseRms)
vector< AnglegetUncorrPhaseRms () 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) throw (IllegalAccessException)
Tag getCalReductionId () const
void setCalReductionId (Tag calReductionId) throw (IllegalAccessException)
CalReductionRowgetCalReductionUsingCalReductionId ()
CalDataRowgetCalDataUsingCalDataId ()
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)

Friends

class asdm::CalSeeingTable


Member Function Documentation

CalSeeingTable& asdm::CalSeeingRow::getTable (  )  const

Return the table to which this row belongs.

CalSeeingRowIDL* asdm::CalSeeingRow::toIDL (  )  const

Return this row in the form of an IDL struct.

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

void asdm::CalSeeingRow::setFromIDL ( CalSeeingRowIDL  x  )  throw (ConversionException)

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

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

string asdm::CalSeeingRow::toXML (  )  const

Return this row in the form of an XML string.

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

void asdm::CalSeeingRow::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.

int asdm::CalSeeingRow::getNumBaseLength (  )  const

Get numBaseLength.

Returns:
numBaseLength as int

void asdm::CalSeeingRow::setNumBaseLength ( int  numBaseLength  ) 

Set numBaseLength with the specified int.

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

ArrayTime asdm::CalSeeingRow::getStartValidTime (  )  const

Get startValidTime.

Returns:
startValidTime as ArrayTime

void asdm::CalSeeingRow::setStartValidTime ( ArrayTime  startValidTime  ) 

Set startValidTime with the specified ArrayTime.

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

ArrayTime asdm::CalSeeingRow::getEndValidTime (  )  const

Get endValidTime.

Returns:
endValidTime as ArrayTime

void asdm::CalSeeingRow::setEndValidTime ( ArrayTime  endValidTime  ) 

Set endValidTime with the specified ArrayTime.

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

vector<Frequency > asdm::CalSeeingRow::getFrequencyRange (  )  const

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

void asdm::CalSeeingRow::setFrequencyRange ( vector< Frequency frequencyRange  ) 

Set frequencyRange with the specified vector<Frequency >.

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

vector<Length > asdm::CalSeeingRow::getBaseLength (  )  const

Get baseLength.

Returns:
baseLength as vector<Length >

void asdm::CalSeeingRow::setBaseLength ( vector< Length baseLength  ) 

Set baseLength with the specified vector<Length >.

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

vector<Angle > asdm::CalSeeingRow::getCorrPhaseRms (  )  const

Get corrPhaseRms.

Returns:
corrPhaseRms as vector<Angle >

void asdm::CalSeeingRow::setCorrPhaseRms ( vector< Angle corrPhaseRms  ) 

Set corrPhaseRms with the specified vector<Angle >.

Parameters:
corrPhaseRms The vector<Angle > value to which corrPhaseRms is to be set.

vector<Angle > asdm::CalSeeingRow::getUncorrPhaseRms (  )  const

Get uncorrPhaseRms.

Returns:
uncorrPhaseRms as vector<Angle >

void asdm::CalSeeingRow::setUncorrPhaseRms ( vector< Angle uncorrPhaseRms  ) 

Set uncorrPhaseRms with the specified vector<Angle >.

Parameters:
uncorrPhaseRms The vector<Angle > value to which uncorrPhaseRms is to be set.

Angle asdm::CalSeeingRow::getSeeing (  )  const

Get seeing.

Returns:
seeing as Angle

void asdm::CalSeeingRow::setSeeing ( Angle  seeing  ) 

Set seeing with the specified Angle.

Parameters:
seeing The Angle value to which seeing is to be set.

Frequency asdm::CalSeeingRow::getSeeingFrequency (  )  const

Get seeingFrequency.

Returns:
seeingFrequency as Frequency

void asdm::CalSeeingRow::setSeeingFrequency ( Frequency  seeingFrequency  ) 

Set seeingFrequency with the specified Frequency.

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

Frequency asdm::CalSeeingRow::getSeeingFreqBandwidth (  )  const

Get seeingFreqBandwidth.

Returns:
seeingFreqBandwidth as Frequency

void asdm::CalSeeingRow::setSeeingFreqBandwidth ( Frequency  seeingFreqBandwidth  ) 

Set seeingFreqBandwidth with the specified Frequency.

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

bool asdm::CalSeeingRow::isExponentExists (  )  const

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

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

float asdm::CalSeeingRow::getExponent (  )  const throw (IllegalAccessException)

Get exponent, which is optional.

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

void asdm::CalSeeingRow::setExponent ( float  exponent  ) 

Set exponent with the specified float.

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

void asdm::CalSeeingRow::clearExponent (  ) 

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

Tag asdm::CalSeeingRow::getCalDataId (  )  const

Get calDataId.

Returns:
calDataId as Tag

void asdm::CalSeeingRow::setCalDataId ( Tag  calDataId  )  throw (IllegalAccessException)

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.

Tag asdm::CalSeeingRow::getCalReductionId (  )  const

Get calReductionId.

Returns:
calReductionId as Tag

void asdm::CalSeeingRow::setCalReductionId ( Tag  calReductionId  )  throw (IllegalAccessException)

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.

CalReductionRow* asdm::CalSeeingRow::getCalReductionUsingCalReductionId (  ) 

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

Returns:
a CalReductionRow*

CalDataRow* asdm::CalSeeingRow::getCalDataUsingCalDataId (  ) 

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

Returns:
a CalDataRow*

bool asdm::CalSeeingRow::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 
)

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.

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


The documentation for this class was generated from the following file:
Generated on Thu Nov 29 16:46:49 2007 for ASDM C++ Implementation by  doxygen 1.5.1