#include <PolarizationRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
PolarizationTable & | getTable () const |
PolarizationRowIDL * | toIDL () const |
void | setFromIDL (PolarizationRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
Tag | getPolarizationId () const |
int | getNumCorr () const |
void | setNumCorr (int numCorr) |
vector< StokesParameterMod::StokesParameter > | getCorrType () const |
void | setCorrType (vector< StokesParameterMod::StokesParameter > corrType) |
vector< vector< PolarizationTypeMod::PolarizationType > > | getCorrProduct () const |
void | setCorrProduct (vector< vector< PolarizationTypeMod::PolarizationType > > corrProduct) |
bool | isFlagRowExists () const |
bool | getFlagRow () const throw (IllegalAccessException) |
void | setFlagRow (bool flagRow) |
void | clearFlagRow () |
bool | compareNoAutoInc (int numCorr, vector< StokesParameterMod::StokesParameter > corrType, vector< vector< PolarizationTypeMod::PolarizationType > > corrProduct) |
bool | compareRequiredValue (int numCorr, vector< StokesParameterMod::StokesParameter > corrType, vector< vector< PolarizationTypeMod::PolarizationType > > corrProduct) |
bool | equalByRequiredValue (PolarizationRow *x) |
|
Mark flagRow, which is an optional field, as non-existent. |
|
Compare each mandatory attribute except the autoincrementable one of this PolarizationRow 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 corrProduct.
|
|
Get corrType.
|
|
Get flagRow, which is optional.
|
|
Get numCorr.
|
|
Get polarizationId.
|
|
Return the table to which this row belongs. |
|
The attribute flagRow is optional. Return true if this attribute exists.
|
|
Set corrProduct with the specified vector<vector<PolarizationTypeMod::PolarizationType > >.
|
|
Set corrType with the specified vector<StokesParameterMod::StokesParameter >.
|
|
Set flagRow with the specified bool.
|
|
Fill the values of this row from the IDL struct PolarizationRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set numCorr with the specified int.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|