#include <BeamRow.h>
Generated from model's revision "1.41", branch "HEAD"
Public Member Functions | |
BeamTable & | getTable () const |
BeamRowIDL * | toIDL () const |
void | setFromIDL (BeamRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
Tag | getBeamId () const |
bool | equalByRequiredValue (BeamRow *x) |
Friends | |
class | asdm::BeamTable |
BeamTable& asdm::BeamRow::getTable | ( | ) | const |
Return the table to which this row belongs.
BeamRowIDL* asdm::BeamRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::BeamRow::setFromIDL | ( | BeamRowIDL | x | ) | throw (ConversionException) |
Fill the values of this row from the IDL struct BeamRowIDL.
x | The IDL struct containing the values used to fill this row. |
string asdm::BeamRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
void asdm::BeamRow::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. |
bool asdm::BeamRow::equalByRequiredValue | ( | BeamRow * | 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 BeamRow whose required attributes of the value part will be compared with those of this. |