24#include "witsml2_1/AbstractObject.h"
36 const std::string & guid,
37 const std::string & title);
49 DLL_IMPORT_OR_EXPORT std::string getErrorTermUuid(
unsigned long index)
const;
50 DLL_IMPORT_OR_EXPORT
class ErrorTerm* getErrorTerm(
unsigned long index)
const;
51 DLL_IMPORT_OR_EXPORT std::vector<class ErrorTerm*> getErrorTerms()
const;
52 DLL_IMPORT_OR_EXPORT
void pushBackErrorTerm(
class ErrorTerm* tem);
54 void loadTargetRelationships();
56 DLL_IMPORT_OR_EXPORT
static const char* XML_TAG;
57 DLL_IMPORT_OR_EXPORT
virtual std::string getXmlTag()
const {
return XML_TAG; }
Definition: AbstractObject.h:26
Definition: ErrorTermDictionary.h:29
ErrorTermDictionary(gsoap_eml2_2::witsml2__ErrorTermDictionary *fromGsoap)
Definition: ErrorTermDictionary.h:42
ErrorTermDictionary(COMMON_NS::DataObjectRepository *repo, const std::string &guid, const std::string &title)
~ErrorTermDictionary()
Definition: ErrorTermDictionary.h:47
Definition: ErrorTerm.h:30