21 #include "../resqml2/AbstractFeatureInterpretation.h" 
   37         DLL_IMPORT_OR_EXPORT 
static const char* 
XML_TAG;
 
   39         DLL_IMPORT_OR_EXPORT 
virtual std::string 
getXmlTag() const final { 
return XML_TAG; }
 
   55         GenericFeatureInterpretation() {}
 
   62         GenericFeatureInterpretation(gsoap_resqml2_0_1::_resqml20__GenericFeatureInterpretation* fromGsoap) : RESQML2_NS::AbstractFeatureInterpretation(fromGsoap) {}
 
   69         GenericFeatureInterpretation(gsoap_eml2_3::_resqml22__GenericFeatureInterpretation* fromGsoap) : RESQML2_NS::AbstractFeatureInterpretation(fromGsoap) {}
 
Proxy class for an abstract feature interpretation.
Definition: AbstractFeatureInterpretation.h:29
 
An interpretation of a feature that is not specialized. For example, use it when the specialized type...
Definition: GenericFeatureInterpretation.h:30
 
static const char * XML_TAG
Definition: GenericFeatureInterpretation.h:37
 
virtual ~GenericFeatureInterpretation()=default
 
virtual std::string getXmlTag() const final
Definition: GenericFeatureInterpretation.h:39