asdm::HolographyRow Class Reference

#include <HolographyRow.h>

List of all members.


Detailed Description

The HolographyRow class is a row of a HolographyTable.

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


Public Member Functions

HolographyTablegetTable () const
HolographyRowIDL * toIDL () const
void setFromIDL (HolographyRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
Tag getHolographyId () const
int getNumCorr () const
void setNumCorr (int numCorr)
vector< HolographyChannelTypeMod::HolographyChannelType > getType () const
void setType (vector< HolographyChannelTypeMod::HolographyChannelType > type)
Length getDistance () const
void setDistance (Length distance)
Length getFocus () const
void setFocus (Length focus)
bool getFlagRow () const
void setFlagRow (bool flagRow)
bool compareNoAutoInc (int numCorr, vector< HolographyChannelTypeMod::HolographyChannelType > type, Length distance, Length focus, bool flagRow)
bool compareRequiredValue (int numCorr, vector< HolographyChannelTypeMod::HolographyChannelType > type, Length distance, Length focus, bool flagRow)
bool equalByRequiredValue (HolographyRow *x)


Member Function Documentation

bool asdm::HolographyRow::compareNoAutoInc int  numCorr,
vector< HolographyChannelTypeMod::HolographyChannelType >  type,
Length  distance,
Length  focus,
bool  flagRow
 

Compare each mandatory attribute except the autoincrementable one of this HolographyRow with the corresponding parameters and return true if there is a match and false otherwise.

bool asdm::HolographyRow::equalByRequiredValue HolographyRow 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 HolographyRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.

Length asdm::HolographyRow::getDistance  )  const
 

Get distance.

Returns:
distance as Length

bool asdm::HolographyRow::getFlagRow  )  const
 

Get flagRow.

Returns:
flagRow as bool

Length asdm::HolographyRow::getFocus  )  const
 

Get focus.

Returns:
focus as Length

Tag asdm::HolographyRow::getHolographyId  )  const
 

Get holographyId.

Returns:
holographyId as Tag

int asdm::HolographyRow::getNumCorr  )  const
 

Get numCorr.

Returns:
numCorr as int

HolographyTable& asdm::HolographyRow::getTable  )  const
 

Return the table to which this row belongs.

vector<HolographyChannelTypeMod::HolographyChannelType > asdm::HolographyRow::getType  )  const
 

Get type.

Returns:
type as vector<HolographyChannelTypeMod::HolographyChannelType >

void asdm::HolographyRow::setDistance Length  distance  ) 
 

Set distance with the specified Length.

Parameters:
distance The Length value to which distance is to be set.

void asdm::HolographyRow::setFlagRow bool  flagRow  ) 
 

Set flagRow with the specified bool.

Parameters:
flagRow The bool value to which flagRow is to be set.

void asdm::HolographyRow::setFocus Length  focus  ) 
 

Set focus with the specified Length.

Parameters:
focus The Length value to which focus is to be set.

void asdm::HolographyRow::setFromIDL HolographyRowIDL  x  )  throw (ConversionException)
 

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

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

void asdm::HolographyRow::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.

void asdm::HolographyRow::setNumCorr int  numCorr  ) 
 

Set numCorr with the specified int.

Parameters:
numCorr The int value to which numCorr is to be set.

void asdm::HolographyRow::setType vector< HolographyChannelTypeMod::HolographyChannelType >  type  ) 
 

Set type with the specified vector<HolographyChannelTypeMod::HolographyChannelType >.

Parameters:
type The vector<HolographyChannelTypeMod::HolographyChannelType > value to which type is to be set.

HolographyRowIDL* asdm::HolographyRow::toIDL  )  const
 

Return this row in the form of an IDL struct.

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

string asdm::HolographyRow::toXML  )  const
 

Return this row in the form of an XML string.

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


The documentation for this class was generated from the following file:
Generated on Tue Nov 18 17:43:46 2008 for ASDM C++ Implementation by doxygen 1.3.8