asdm::ObservationRow Class Reference

#include <ObservationRow.h>

List of all members.


Detailed Description

The ObservationRow class is a row of a ObservationTable.

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


Public Member Functions

ObservationTablegetTable () const
ObservationRowIDL * toIDL () const
void setFromIDL (ObservationRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
Tag getObservationId () const
bool equalByRequiredValue (ObservationRow *x)

Friends

class asdm::ObservationTable


Member Function Documentation

ObservationTable& asdm::ObservationRow::getTable (  )  const

Return the table to which this row belongs.

ObservationRowIDL* asdm::ObservationRow::toIDL (  )  const

Return this row in the form of an IDL struct.

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

void asdm::ObservationRow::setFromIDL ( ObservationRowIDL  x  )  throw (ConversionException)

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

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

string asdm::ObservationRow::toXML (  )  const

Return this row in the form of an XML string.

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

void asdm::ObservationRow::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::ObservationRow::getObservationId (  )  const

Get observationId.

Returns:
observationId as Tag

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