asdm::FreqOffsetRow Class Reference

#include <FreqOffsetRow.h>

List of all members.


Detailed Description

The FreqOffsetRow class is a row of a FreqOffsetTable.

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


Public Member Functions

FreqOffsetTablegetTable () const
FreqOffsetRowIDL * toIDL () const
void setFromIDL (FreqOffsetRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
ArrayTimeInterval getTimeInterval () const
void setTimeInterval (ArrayTimeInterval timeInterval) throw (IllegalAccessException)
Frequency getOffset () const
void setOffset (Frequency offset)
Tag getAntennaId () const
void setAntennaId (Tag antennaId) throw (IllegalAccessException)
int getFeedId () const
void setFeedId (int feedId) throw (IllegalAccessException)
Tag getSpectralWindowId () const
void setSpectralWindowId (Tag spectralWindowId) throw (IllegalAccessException)
vector< FeedRow * > getFeeds ()
AntennaRowgetAntennaUsingAntennaId ()
SpectralWindowRowgetSpectralWindowUsingSpectralWindowId ()
bool compareNoAutoInc (Tag antennaId, int feedId, Tag spectralWindowId, ArrayTimeInterval timeInterval, Frequency offset)
bool compareRequiredValue (Frequency offset)
bool equalByRequiredValue (FreqOffsetRow *x)

Friends

class asdm::FreqOffsetTable


Member Function Documentation

FreqOffsetTable& asdm::FreqOffsetRow::getTable (  )  const

Return the table to which this row belongs.

FreqOffsetRowIDL* asdm::FreqOffsetRow::toIDL (  )  const

Return this row in the form of an IDL struct.

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

void asdm::FreqOffsetRow::setFromIDL ( FreqOffsetRowIDL  x  )  throw (ConversionException)

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

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

string asdm::FreqOffsetRow::toXML (  )  const

Return this row in the form of an XML string.

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

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

ArrayTimeInterval asdm::FreqOffsetRow::getTimeInterval (  )  const

Get timeInterval.

Returns:
timeInterval as ArrayTimeInterval

void asdm::FreqOffsetRow::setTimeInterval ( ArrayTimeInterval  timeInterval  )  throw (IllegalAccessException)

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.

Frequency asdm::FreqOffsetRow::getOffset (  )  const

Get offset.

Returns:
offset as Frequency

void asdm::FreqOffsetRow::setOffset ( Frequency  offset  ) 

Set offset with the specified Frequency.

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

Tag asdm::FreqOffsetRow::getAntennaId (  )  const

Get antennaId.

Returns:
antennaId as Tag

void asdm::FreqOffsetRow::setAntennaId ( Tag  antennaId  )  throw (IllegalAccessException)

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.

int asdm::FreqOffsetRow::getFeedId (  )  const

Get feedId.

Returns:
feedId as int

void asdm::FreqOffsetRow::setFeedId ( int  feedId  )  throw (IllegalAccessException)

Set feedId with the specified int.

Parameters:
feedId The int value to which feedId 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::FreqOffsetRow::getSpectralWindowId (  )  const

Get spectralWindowId.

Returns:
spectralWindowId as Tag

void asdm::FreqOffsetRow::setSpectralWindowId ( Tag  spectralWindowId  )  throw (IllegalAccessException)

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.

vector<FeedRow *> asdm::FreqOffsetRow::getFeeds (  ) 

Get the collection of row in the Feed table having feedId == this.feedId

Returns:
a vector of FeedRow *

AntennaRow* asdm::FreqOffsetRow::getAntennaUsingAntennaId (  ) 

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

Returns:
a AntennaRow*

SpectralWindowRow* asdm::FreqOffsetRow::getSpectralWindowUsingSpectralWindowId (  ) 

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

Returns:
a SpectralWindowRow*

bool asdm::FreqOffsetRow::compareNoAutoInc ( Tag  antennaId,
int  feedId,
Tag  spectralWindowId,
ArrayTimeInterval  timeInterval,
Frequency  offset 
)

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

bool asdm::FreqOffsetRow::equalByRequiredValue ( FreqOffsetRow 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 FreqOffsetRow 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:50 2007 for ASDM C++ Implementation by  doxygen 1.5.1