#include <MainRow.h>
Generated from model's revision "1.46", branch "HEAD"
Public Member Functions | |
MainTable & | getTable () const |
MainRowIDL * | toIDL () const |
void | setFromIDL (MainRowIDL x) throw (ConversionException) |
string | toXML () const |
void | setFromXML (string rowDoc) throw (ConversionException) |
ArrayTime | getTime () const |
void | setTime (ArrayTime time) |
int | getScanNumber () const |
void | setScanNumber (int scanNumber) |
int | getSubscanNumber () const |
void | setSubscanNumber (int subscanNumber) |
TimeSamplingMod::TimeSampling | getTimeSampling () const |
void | setTimeSampling (TimeSamplingMod::TimeSampling timeSampling) |
int | getNumIntegration () const |
void | setNumIntegration (int numIntegration) |
EntityRef | getDataOid () const |
void | setDataOid (EntityRef dataOid) |
bool | getFlagRow () const |
void | setFlagRow (bool flagRow) |
Interval | getInterval () const |
void | setInterval (Interval interval) |
Tag | getConfigDescriptionId () const |
void | setConfigDescriptionId (Tag configDescriptionId) |
Tag | getExecBlockId () const |
void | setExecBlockId (Tag execBlockId) |
Tag | getFieldId () const |
void | setFieldId (Tag fieldId) |
vector< Tag > | getStateId () const |
void | setStateId (vector< Tag > stateId) |
ConfigDescriptionRow * | getConfigDescriptionUsingConfigDescriptionId () |
FieldRow * | getFieldUsingFieldId () |
void | setStateId (int i, Tag stateId) |
void | addStateId (Tag id) |
void | addStateId (const vector< Tag > &id) |
const Tag | getStateId (int i) |
StateRow * | getState (int i) |
vector< StateRow * > | getStates () |
ExecBlockRow * | getExecBlockUsingExecBlockId () |
bool | compareNoAutoInc (Tag configDescriptionId, Tag fieldId, ArrayTime time, Tag execBlockId, vector< Tag > stateId, int scanNumber, int subscanNumber, TimeSamplingMod::TimeSampling timeSampling, int numIntegration, EntityRef dataOid, bool flagRow, Interval interval) |
bool | compareRequiredValue (Tag execBlockId, vector< Tag > stateId, int scanNumber, int subscanNumber, TimeSamplingMod::TimeSampling timeSampling, int numIntegration, EntityRef dataOid, bool flagRow, Interval interval) |
bool | equalByRequiredValue (MainRow *x) |
|
Append a vector of Tag to stateId.
|
|
Append a Tag to stateId.
|
|
Compare each mandatory attribute except the autoincrementable one of this MainRow 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 configDescriptionId.
|
|
configDescriptionId pointer to the row in the ConfigDescription table having ConfigDescription.configDescriptionId == configDescriptionId
|
|
Get dataOid.
|
|
Get execBlockId.
|
|
execBlockId pointer to the row in the ExecBlock table having ExecBlock.execBlockId == execBlockId
|
|
Get fieldId.
|
|
fieldId pointer to the row in the Field table having Field.fieldId == fieldId
|
|
Get flagRow.
|
|
Get interval.
|
|
Get numIntegration.
|
|
Get scanNumber.
|
|
Returns the StateRow linked to this row via the tag stored in stateId at position i.
|
|
Returns the Tag stored in stateId at position i.
|
|
Get stateId.
|
|
Returns the vector of StateRow* linked to this row via the Tags stored in stateId
|
|
Get subscanNumber.
|
|
Return the table to which this row belongs. |
|
Get time.
|
|
Get timeSampling.
|
|
Set configDescriptionId with the specified Tag.
|
|
Set dataOid with the specified EntityRef.
|
|
Set execBlockId with the specified Tag.
|
|
Set fieldId with the specified Tag.
|
|
Set flagRow with the specified bool.
|
|
Fill the values of this row from the IDL struct MainRowIDL.
|
|
Fill the values of this row from an XML string that was produced by the toXML() method.
|
|
Set interval with the specified Interval.
|
|
Set numIntegration with the specified int.
|
|
Set scanNumber with the specified int.
|
|
Set stateId[i] with the specified Tag.
|
|
Set stateId with the specified vector<Tag> .
|
|
Set subscanNumber with the specified int.
|
|
Set time with the specified ArrayTime.
|
|
Set timeSampling with the specified TimeSamplingMod::TimeSampling.
|
|
Return this row in the form of an IDL struct.
|
|
Return this row in the form of an XML string.
|