#include <AlmaRadiometerRow.h>
Generated from model's revision "1.46", 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) |
|
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. |
|
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
|
|
Get modeId.
|
|
Get numBand.
|
|
Return the table to which this row belongs. |
|
Fill the values of this row from the IDL struct AlmaRadiometerRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numBand with the specified int.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|