32 class CommentProperty :
public AbstractValuesProperty
43 throw std::logic_error(
"You cannot push back integer values in a Continuous Property.");
72 DLL_IMPORT_OR_EXPORT
virtual std::string
pushBackRefToExistingDataset(EML2_NS::AbstractHdfProxy* hdfProxy,
const std::string & datasetName =
"") = 0;
86 DLL_IMPORT_OR_EXPORT
static constexpr char const*
XML_TAG =
"CommentProperty";
106 CommentProperty(gsoap_resqml2_0_1::_resqml20__CommentProperty* fromGsoap) : AbstractValuesProperty(fromGsoap) {}
113 CommentProperty(gsoap_eml2_3::_resqml22__CommentProperty* fromGsoap) : AbstractValuesProperty(fromGsoap) {}
115 virtual EML2_NS::AbstractHdfProxy* getValuesHdfProxyAndDatasetPathOfPatch(
unsigned int patchIndex, std::string & datasetPath)
const = 0;