21 #include "../resqml2/CategoricalProperty.h"
23 namespace RESQML2_2_NS
61 CategoricalProperty(RESQML2_NS::AbstractRepresentation * rep,
const std::string & guid,
const std::string & title,
62 unsigned int dimension, gsoap_eml2_3::resqml22__IndexableElement attachmentKind,
63 RESQML2_NS::StringTableLookup* strLookup, EML2_NS::PropertyKind * localPropKind);
84 CategoricalProperty(RESQML2_NS::AbstractRepresentation * rep,
const std::string & guid,
const std::string & title,
85 unsigned int dimension, gsoap_eml2_3::resqml22__IndexableElement attachmentKind,
86 RESQML2_NS::DoubleTableLookup* dblLookup, EML2_NS::PropertyKind * localPropKind);
98 DLL_IMPORT_OR_EXPORT COMMON_NS::DataObjectReference
getLookupDor() const final;
100 bool validatePropertyKindAssociation(EML2_NS::PropertyKind*) final {
return true; }
107 DLL_IMPORT_OR_EXPORT
static const char*
XML_NS;
Definition: CategoricalProperty.h:31
CategoricalProperty(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: CategoricalProperty.h:39
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)
Creates a categorical property.
std::string getXmlNamespace() const final
Definition: CategoricalProperty.h:112
~CategoricalProperty()=default
CategoricalProperty(gsoap_eml2_3::_resqml22__CategoricalProperty *fromGsoap)
Definition: CategoricalProperty.h:93
static const char * XML_NS
Definition: CategoricalProperty.h:107
common::DataObjectReference getLookupDor() const final
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)
Creates a categorical property.
bool validatePropertyKindAssociation(gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind) final
Definition: CategoricalProperty.h:102