asdm::CalFocusRow Class Reference

#include <CalFocusRow.h>

List of all members.


Detailed Description

The CalFocusRow class is a row of a CalFocusTable.

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


Public Member Functions

CalFocusTablegetTable () const
CalFocusRowIDL * toIDL () const
void setFromIDL (CalFocusRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
string getAntennaName () const
void setAntennaName (string antennaName)
vector< FrequencygetFrequencyRange () const
void setFrequencyRange (vector< Frequency > frequencyRange)
ArrayTime getStartValidTime () const
void setStartValidTime (ArrayTime startValidTime)
ArrayTime getEndValidTime () const
void setEndValidTime (ArrayTime endValidTime)
ReceiverBandMod::ReceiverBand getReceiverBand () const
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
vector< LengthgetOffset () const
void setOffset (vector< Length > offset)
vector< LengthgetError () const
void setError (vector< Length > error)
FocusMethodMod::FocusMethod getFocusMethod () const
void setFocusMethod (FocusMethodMod::FocusMethod focusMethod)
vector< AnglegetPointingDirection () const
void setPointingDirection (vector< Angle > pointingDirection)
vector< bool > getWasFixed () const
void setWasFixed (vector< bool > wasFixed)
Temperature getAmbientTemperature () const
void setAmbientTemperature (Temperature ambientTemperature)
Tag getCalDataId () const
void setCalDataId (Tag calDataId)
Tag getCalReductionId () const
void setCalReductionId (Tag calReductionId)
CalDataRowgetCalDataUsingCalDataId ()
CalReductionRowgetCalReductionUsingCalReductionId ()
bool compareNoAutoInc (Tag calDataId, Tag calReductionId, string antennaName, vector< Frequency > frequencyRange, ArrayTime startValidTime, ArrayTime endValidTime, ReceiverBandMod::ReceiverBand receiverBand, vector< Length > offset, vector< Length > error, FocusMethodMod::FocusMethod focusMethod, vector< Angle > pointingDirection, vector< bool > wasFixed, Temperature ambientTemperature)
bool compareRequiredValue (vector< Frequency > frequencyRange, ArrayTime startValidTime, ArrayTime endValidTime, ReceiverBandMod::ReceiverBand receiverBand, vector< Length > offset, vector< Length > error, FocusMethodMod::FocusMethod focusMethod, vector< Angle > pointingDirection, vector< bool > wasFixed, Temperature ambientTemperature)
bool equalByRequiredValue (CalFocusRow *x)


Member Function Documentation

bool asdm::CalFocusRow::compareNoAutoInc Tag  calDataId,
Tag  calReductionId,
string  antennaName,
vector< Frequency frequencyRange,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
ReceiverBandMod::ReceiverBand  receiverBand,
vector< Length offset,
vector< Length error,
FocusMethodMod::FocusMethod  focusMethod,
vector< Angle pointingDirection,
vector< bool >  wasFixed,
Temperature  ambientTemperature
 

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

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

Temperature asdm::CalFocusRow::getAmbientTemperature  )  const
 

Get ambientTemperature.

Returns:
ambientTemperature as Temperature

string asdm::CalFocusRow::getAntennaName  )  const
 

Get antennaName.

Returns:
antennaName as string

Tag asdm::CalFocusRow::getCalDataId  )  const
 

Get calDataId.

Returns:
calDataId as Tag

CalDataRow* asdm::CalFocusRow::getCalDataUsingCalDataId  ) 
 

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

Returns:
a CalDataRow*

Tag asdm::CalFocusRow::getCalReductionId  )  const
 

Get calReductionId.

Returns:
calReductionId as Tag

CalReductionRow* asdm::CalFocusRow::getCalReductionUsingCalReductionId  ) 
 

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

Returns:
a CalReductionRow*

ArrayTime asdm::CalFocusRow::getEndValidTime  )  const
 

Get endValidTime.

Returns:
endValidTime as ArrayTime

vector<Length > asdm::CalFocusRow::getError  )  const
 

Get error.

Returns:
error as vector<Length >

FocusMethodMod::FocusMethod asdm::CalFocusRow::getFocusMethod  )  const
 

Get focusMethod.

Returns:
focusMethod as FocusMethodMod::FocusMethod

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

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

vector<Length > asdm::CalFocusRow::getOffset  )  const
 

Get offset.

Returns:
offset as vector<Length >

vector<Angle > asdm::CalFocusRow::getPointingDirection  )  const
 

Get pointingDirection.

Returns:
pointingDirection as vector<Angle >

ReceiverBandMod::ReceiverBand asdm::CalFocusRow::getReceiverBand  )  const
 

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand

ArrayTime asdm::CalFocusRow::getStartValidTime  )  const
 

Get startValidTime.

Returns:
startValidTime as ArrayTime

CalFocusTable& asdm::CalFocusRow::getTable  )  const
 

Return the table to which this row belongs.

vector<bool > asdm::CalFocusRow::getWasFixed  )  const
 

Get wasFixed.

Returns:
wasFixed as vector<bool >

void asdm::CalFocusRow::setAmbientTemperature Temperature  ambientTemperature  ) 
 

Set ambientTemperature with the specified Temperature.

Parameters:
ambientTemperature The Temperature value to which ambientTemperature is to be set.

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

Set endValidTime with the specified ArrayTime.

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

void asdm::CalFocusRow::setError vector< Length error  ) 
 

Set error with the specified vector<Length >.

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

void asdm::CalFocusRow::setFocusMethod FocusMethodMod::FocusMethod  focusMethod  ) 
 

Set focusMethod with the specified FocusMethodMod::FocusMethod.

Parameters:
focusMethod The FocusMethodMod::FocusMethod value to which focusMethod is to be set.

void asdm::CalFocusRow::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::CalFocusRow::setFromIDL CalFocusRowIDL  x  )  throw (ConversionException)
 

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

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

void asdm::CalFocusRow::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::CalFocusRow::setOffset vector< Length offset  ) 
 

Set offset with the specified vector<Length >.

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

void asdm::CalFocusRow::setPointingDirection vector< Angle pointingDirection  ) 
 

Set pointingDirection with the specified vector<Angle >.

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

void asdm::CalFocusRow::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::CalFocusRow::setStartValidTime ArrayTime  startValidTime  ) 
 

Set startValidTime with the specified ArrayTime.

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

void asdm::CalFocusRow::setWasFixed vector< bool >  wasFixed  ) 
 

Set wasFixed with the specified vector<bool >.

Parameters:
wasFixed The vector<bool > value to which wasFixed is to be set.

CalFocusRowIDL* asdm::CalFocusRow::toIDL  )  const
 

Return this row in the form of an IDL struct.

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

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