asdm::PointingModelRow Class Reference

#include <PointingModelRow.h>

List of all members.


Detailed Description

The PointingModelRow class is a row of a PointingModelTable.

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


Public Member Functions

PointingModelTablegetTable () const
PointingModelRowIDL * toIDL () const
void setFromIDL (PointingModelRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
int getPointingModelId () const
int getNumCoeff () const
void setNumCoeff (int numCoeff)
vector< string > getCoeffName () const
void setCoeffName (vector< string > coeffName)
vector< float > getCoeffVal () const
void setCoeffVal (vector< float > coeffVal)
bool isNumFormulaExists () const
int getNumFormula () const throw (IllegalAccessException)
void setNumFormula (int numFormula)
void clearNumFormula ()
bool isCoeffFormulaExists () const
vector< string > getCoeffFormula () const throw (IllegalAccessException)
void setCoeffFormula (vector< string > coeffFormula)
void clearCoeffFormula ()
Tag getAntennaId () const
void setAntennaId (Tag antennaId)
AntennaRowgetAntennaUsingAntennaId ()
bool compareNoAutoInc (Tag antennaId, int numCoeff, vector< string > coeffName, vector< float > coeffVal)
bool compareRequiredValue (int numCoeff, vector< string > coeffName, vector< float > coeffVal)
bool equalByRequiredValue (PointingModelRow *x)


Member Function Documentation

void asdm::PointingModelRow::clearCoeffFormula  ) 
 

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

void asdm::PointingModelRow::clearNumFormula  ) 
 

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

bool asdm::PointingModelRow::compareNoAutoInc Tag  antennaId,
int  numCoeff,
vector< string >  coeffName,
vector< float >  coeffVal
 

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

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

Tag asdm::PointingModelRow::getAntennaId  )  const
 

Get antennaId.

Returns:
antennaId as Tag

AntennaRow* asdm::PointingModelRow::getAntennaUsingAntennaId  ) 
 

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

Returns:
a AntennaRow*

vector<string > asdm::PointingModelRow::getCoeffFormula  )  const throw (IllegalAccessException)
 

Get coeffFormula, which is optional.

Returns:
coeffFormula as vector<string >
Exceptions:
IllegalAccessException If coeffFormula does not exist.

vector<string > asdm::PointingModelRow::getCoeffName  )  const
 

Get coeffName.

Returns:
coeffName as vector<string >

vector<float > asdm::PointingModelRow::getCoeffVal  )  const
 

Get coeffVal.

Returns:
coeffVal as vector<float >

int asdm::PointingModelRow::getNumCoeff  )  const
 

Get numCoeff.

Returns:
numCoeff as int

int asdm::PointingModelRow::getNumFormula  )  const throw (IllegalAccessException)
 

Get numFormula, which is optional.

Returns:
numFormula as int
Exceptions:
IllegalAccessException If numFormula does not exist.

int asdm::PointingModelRow::getPointingModelId  )  const
 

Get pointingModelId.

Returns:
pointingModelId as int

PointingModelTable& asdm::PointingModelRow::getTable  )  const
 

Return the table to which this row belongs.

bool asdm::PointingModelRow::isCoeffFormulaExists  )  const
 

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

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

bool asdm::PointingModelRow::isNumFormulaExists  )  const
 

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

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

void asdm::PointingModelRow::setAntennaId Tag  antennaId  ) 
 

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.

void asdm::PointingModelRow::setCoeffFormula vector< string >  coeffFormula  ) 
 

Set coeffFormula with the specified vector<string >.

Parameters:
coeffFormula The vector<string > value to which coeffFormula is to be set.

void asdm::PointingModelRow::setCoeffName vector< string >  coeffName  ) 
 

Set coeffName with the specified vector<string >.

Parameters:
coeffName The vector<string > value to which coeffName is to be set.

void asdm::PointingModelRow::setCoeffVal vector< float >  coeffVal  ) 
 

Set coeffVal with the specified vector<float >.

Parameters:
coeffVal The vector<float > value to which coeffVal is to be set.

void asdm::PointingModelRow::setFromIDL PointingModelRowIDL  x  )  throw (ConversionException)
 

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

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

void asdm::PointingModelRow::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::PointingModelRow::setNumCoeff int  numCoeff  ) 
 

Set numCoeff with the specified int.

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

void asdm::PointingModelRow::setNumFormula int  numFormula  ) 
 

Set numFormula with the specified int.

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

PointingModelRowIDL* asdm::PointingModelRow::toIDL  )  const
 

Return this row in the form of an IDL struct.

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

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