asdm::PolarizationRow Class Reference

#include <PolarizationRow.h>

List of all members.


Detailed Description

The PolarizationRow class is a row of a PolarizationTable.

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


Public Member Functions

PolarizationTablegetTable () const
PolarizationRowIDL * toIDL () const
void setFromIDL (PolarizationRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
Tag getPolarizationId () const
int getNumCorr () const
void setNumCorr (int numCorr)
vector< StokesParameter > getCorrType () const
void setCorrType (vector< StokesParameter > corrType)
vector< vector< PolarizationType > > getCorrProduct () const
void setCorrProduct (vector< vector< PolarizationType > > corrProduct)
bool isFlagRowExists () const
bool getFlagRow () const throw (IllegalAccessException)
void setFlagRow (bool flagRow)
void clearFlagRow ()
bool compareNoAutoInc (int numCorr, vector< StokesParameter > corrType, vector< vector< PolarizationType > > corrProduct)
bool compareRequiredValue (int numCorr, vector< StokesParameter > corrType, vector< vector< PolarizationType > > corrProduct)
bool equalByRequiredValue (PolarizationRow *x)

Friends

class asdm::PolarizationTable


Member Function Documentation

PolarizationTable& asdm::PolarizationRow::getTable (  )  const

Return the table to which this row belongs.

PolarizationRowIDL* asdm::PolarizationRow::toIDL (  )  const

Return this row in the form of an IDL struct.

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

void asdm::PolarizationRow::setFromIDL ( PolarizationRowIDL  x  )  throw (ConversionException)

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

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

string asdm::PolarizationRow::toXML (  )  const

Return this row in the form of an XML string.

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

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

Tag asdm::PolarizationRow::getPolarizationId (  )  const

Get polarizationId.

Returns:
polarizationId as Tag

int asdm::PolarizationRow::getNumCorr (  )  const

Get numCorr.

Returns:
numCorr as int

void asdm::PolarizationRow::setNumCorr ( int  numCorr  ) 

Set numCorr with the specified int.

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

vector<StokesParameter > asdm::PolarizationRow::getCorrType (  )  const

Get corrType.

Returns:
corrType as vector<StokesParameter >

void asdm::PolarizationRow::setCorrType ( vector< StokesParameter >  corrType  ) 

Set corrType with the specified vector<StokesParameter >.

Parameters:
corrType The vector<StokesParameter > value to which corrType is to be set.

vector<vector<PolarizationType > > asdm::PolarizationRow::getCorrProduct (  )  const

Get corrProduct.

Returns:
corrProduct as vector<vector<PolarizationType > >

void asdm::PolarizationRow::setCorrProduct ( vector< vector< PolarizationType > >  corrProduct  ) 

Set corrProduct with the specified vector<vector<PolarizationType > >.

Parameters:
corrProduct The vector<vector<PolarizationType > > value to which corrProduct is to be set.

bool asdm::PolarizationRow::isFlagRowExists (  )  const

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

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

bool asdm::PolarizationRow::getFlagRow (  )  const throw (IllegalAccessException)

Get flagRow, which is optional.

Returns:
flagRow as bool
Exceptions:
IllegalAccessException If flagRow does not exist.

void asdm::PolarizationRow::setFlagRow ( bool  flagRow  ) 

Set flagRow with the specified bool.

Parameters:
flagRow The bool value to which flagRow is to be set.

void asdm::PolarizationRow::clearFlagRow (  ) 

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

bool asdm::PolarizationRow::compareNoAutoInc ( int  numCorr,
vector< StokesParameter >  corrType,
vector< vector< PolarizationType > >  corrProduct 
)

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

bool asdm::PolarizationRow::equalByRequiredValue ( PolarizationRow 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 PolarizationRow 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