#include <EphemerisRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
EphemerisTable & | getTable () const |
EphemerisRowIDL * | toIDL () const |
void | setFromIDL (EphemerisRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
Tag | getEphemerisId () const |
bool | equalByRequiredValue (EphemerisRow *x) |
|
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
|
|
Get ephemerisId.
|
|
Return the table to which this row belongs. |
|
Fill the values of this row from the IDL struct EphemerisRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|