21 #include "../resqml2/CategoricalProperty.h"
23 namespace RESQML2_0_1_NS
62 CategoricalProperty(RESQML2_NS::AbstractRepresentation * rep,
const std::string & guid,
const std::string & title,
63 unsigned int dimension, gsoap_eml2_3::resqml22__IndexableElement attachmentKind,
64 RESQML2_NS::StringTableLookup* strLookup, gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind energisticsPropertyKind);
86 CategoricalProperty(RESQML2_NS::AbstractRepresentation * rep,
const std::string & guid,
const std::string & title,
87 unsigned int dimension, gsoap_eml2_3::resqml22__IndexableElement attachmentKind,
88 RESQML2_NS::DoubleTableLookup* dblLookup, gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind energisticsPropertyKind);
110 CategoricalProperty(RESQML2_NS::AbstractRepresentation * rep,
const std::string & guid,
const std::string & title,
111 unsigned int dimension, gsoap_eml2_3::resqml22__IndexableElement attachmentKind,
112 RESQML2_NS::StringTableLookup* strLookup, EML2_NS::PropertyKind * localPropKind);
133 CategoricalProperty(RESQML2_NS::AbstractRepresentation * rep,
const std::string & guid,
const std::string & title,
134 unsigned int dimension, gsoap_eml2_3::resqml22__IndexableElement attachmentKind,
135 RESQML2_NS::DoubleTableLookup* dblLookup, EML2_NS::PropertyKind * localPropKind);
147 DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference
getLookupDor() const final;
157 DLL_IMPORT_OR_EXPORT gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind getEnergisticsPropertyKind() const;
167 bool validatePropertyKindAssociation(gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind pk) final;
172 DLL_IMPORT_OR_EXPORT static const
char* XML_NS;
177 DLL_IMPORT_OR_EXPORT std::
string getXmlNamespace() const final {
return XML_NS; }
Definition: CategoricalProperty.h:31
~CategoricalProperty()=default
CategoricalProperty(resqml2::AbstractRepresentation *rep, const std::string &guid, const std::string &title, unsigned int dimension, gsoap_eml2_3::resqml22__IndexableElement attachmentKind, resqml2::StringTableLookup *strLookup, gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind energisticsPropertyKind)
CategoricalProperty(resqml2::AbstractRepresentation *rep, const std::string &guid, const std::string &title, unsigned int dimension, gsoap_eml2_3::resqml22__IndexableElement attachmentKind, resqml2::StringTableLookup *strLookup, eml2::PropertyKind *localPropKind)
CategoricalProperty(resqml2::AbstractRepresentation *rep, const std::string &guid, const std::string &title, unsigned int dimension, gsoap_eml2_3::resqml22__IndexableElement attachmentKind, resqml2::DoubleTableLookup *dblLookup, gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind energisticsPropertyKind)
CategoricalProperty(gsoap_resqml2_0_1::_resqml20__CategoricalProperty *fromGsoap)
Definition: CategoricalProperty.h:142
CategoricalProperty(resqml2::AbstractRepresentation *rep, const std::string &guid, const std::string &title, unsigned int dimension, gsoap_eml2_3::resqml22__IndexableElement attachmentKind, resqml2::DoubleTableLookup *dblLookup, eml2::PropertyKind *localPropKind)
common::DataObjectReference getLookupDor() const final
CategoricalProperty(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: CategoricalProperty.h:39
Definition: PropertyKind.h:28