36 #include "resqml2/AbstractValuesProperty.h" 47 CommentProperty(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) :
resqml2::AbstractValuesProperty(partialObject) {}
59 const unsigned int & dimension,
const gsoap_resqml2_0_1::resqml2__IndexableElements & attachmentKind,
const gsoap_resqml2_0_1::resqml2__ResqmlPropertyKind & energisticsPropertyKind);
71 const unsigned int & dimension,
const gsoap_resqml2_0_1::resqml2__IndexableElements & attachmentKind,
resqml2::PropertyKind * localPropKind);
76 CommentProperty(gsoap_resqml2_0_1::_resqml2__CommentProperty* fromGsoap): AbstractValuesProperty(fromGsoap) {}
83 static const char* XML_TAG;
84 virtual std::string
getXmlTag()
const {
return XML_TAG;}
93 std::string pushBackRefToExistingDataset(
common::AbstractHdfProxy* hdfProxy,
const std::string & datasetName =
"",
const long & nullValue = (std::numeric_limits<long>::max)());
98 std::vector<std::string> getStringValuesOfPatch(
const unsigned int & patchIndex);
108 bool validatePropertyKindAssociation(
const gsoap_resqml2_0_1::resqml2__ResqmlPropertyKind & pk);
Definition: AbstractValuesProperty.h:41
Definition: PropertyKind.h:40
Definition: EpcDocument.h:78
Definition: AbstractRepresentation.h:44
Definition: EpcDocument.h:62
Definition: AbstractHdfProxy.h:45