#include <AlmaRadiometerRow.h>
Generated from model's revision "1.41", branch "HEAD"
Public Member Functions | |
AlmaRadiometerTable & | getTable () const |
AlmaRadiometerRowIDL * | toIDL () const |
void | setFromIDL (AlmaRadiometerRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
Tag | getModeId () const |
int | getNumBand () const |
void | setNumBand (int numBand) |
bool | compareNoAutoInc (int numBand) |
bool | compareRequiredValue (int numBand) |
bool | equalByRequiredValue (AlmaRadiometerRow *x) |
Friends | |
class | asdm::AlmaRadiometerTable |
AlmaRadiometerTable& asdm::AlmaRadiometerRow::getTable | ( | ) | const |
Return the table to which this row belongs.
AlmaRadiometerRowIDL* asdm::AlmaRadiometerRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::AlmaRadiometerRow::setFromIDL | ( | AlmaRadiometerRowIDL | x | ) | throw (ConversionException) |
Fill the values of this row from the IDL struct AlmaRadiometerRowIDL.
x | The IDL struct containing the values used to fill this row. |
string asdm::AlmaRadiometerRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
void asdm::AlmaRadiometerRow::setFromXML | ( | string | rowDoc | ) | throw (ConversionException) |
Fill the values of this row from an XML string that was produced by the toXML() method.
x | The XML string being used to set the values of this row. |
int asdm::AlmaRadiometerRow::getNumBand | ( | ) | const |
Get numBand.
void asdm::AlmaRadiometerRow::setNumBand | ( | int | numBand | ) |
Set numBand with the specified int.
numBand | The int value to which numBand is to be set. |
bool asdm::AlmaRadiometerRow::compareNoAutoInc | ( | int | numBand | ) |
Compare each mandatory attribute except the autoincrementable one of this AlmaRadiometerRow with the corresponding parameters and return true if there is a match and false otherwise.
bool asdm::AlmaRadiometerRow::equalByRequiredValue | ( | AlmaRadiometerRow * | x | ) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
x | a pointer on the AlmaRadiometerRow whose required attributes of the value part will be compared with those of this. |