![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLDQDataQuality () | |
TSLDQDataQuality (const TSLDQDataQuality &right) | |
virtual | ~TSLDQDataQuality () |
TSLDQDataQuality & | operator= (const TSLDQDataQuality &right) |
void | scope (const TSLDQScope &input) |
void | lineage (TSLLILineage *val, bool assumeOwnership=true) |
bool | insertReport (TSLDQElement *val, bool assumeOwnership=true, int pos=-1) |
bool | removeReport (int pos=-1) |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLDQScope & | scope () const |
TSLDQScope & | scope () |
const TSLLILineage * | lineage () const |
TSLLILineage * | lineage () |
const TSLMDCollection< TSLDQElement * > & | report () const |
TSLMDCollection< TSLDQElement * > & | report () |
const TSLDQElement * | reportAt (int pos) const |
TSLDQElement * | reportAt (int pos) |
Static Public Member Functions | |
static TSLDQDataQuality * | create () |
TSLDQDataQuality::TSLDQDataQuality | ( | ) |
The default constructor.
TSLDQDataQuality::TSLDQDataQuality | ( | const TSLDQDataQuality & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
static |
bool TSLDQDataQuality::insertReport | ( | TSLDQElement * | val, |
bool | assumeOwnership = true, | ||
int | pos = -1 ) |
|
inline |
|
inline |
void TSLDQDataQuality::lineage | ( | TSLLILineage * | val, |
bool | assumeOwnership = true ) |
TSLDQDataQuality & TSLDQDataQuality::operator= | ( | const TSLDQDataQuality & | right | ) |
Assignment operator.
bool TSLDQDataQuality::removeReport | ( | int | pos = -1 | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns the scope attribute.
|
inline |
Returns the scope attribute.
void TSLDQDataQuality::scope | ( | const TSLDQScope & | input | ) |
Sets the scope attribute.
|
virtual |