58 DiscreteProperty(RESQML2_NS::AbstractRepresentation* rep,
const std::string& guid,
const std::string& title,
59 unsigned int dimension, gsoap_eml2_3::eml23__IndexableElement attachmentKind, EML2_NS::PropertyKind* propKind);
71 DLL_IMPORT_OR_EXPORT std::string
pushBackRefToExistingIntegerDataset(EML2_NS::AbstractHdfProxy* proxy,
const std::string & datasetName, int64_t nullValue, int64_t minimumValue, int64_t maximumValue)
final;
72 using AbstractValuesProperty::pushBackRefToExistingIntegerDataset;
74 DLL_IMPORT_OR_EXPORT int64_t
getNullValue(uint64_t patchIndex = (std::numeric_limits<uint64_t>::max)()) const final;
76 DLL_IMPORT_OR_EXPORT
bool hasMinimumValue(uint64_t index = 0) const final;
78 DLL_IMPORT_OR_EXPORT int64_t getMinimumValue(uint64_t index = 0) const final;
80 DLL_IMPORT_OR_EXPORT
bool hasMaximumValue(uint64_t index = 0) const final;
82 DLL_IMPORT_OR_EXPORT int64_t getMaximumValue(uint64_t index = 0) const final;
84 DLL_IMPORT_OR_EXPORT
void setMinimumValue(int64_t value, uint64_t index = 0) const final;
86 DLL_IMPORT_OR_EXPORT
void setMaximumValue(int64_t value, uint64_t index = 0) const final;
88 bool validatePropertyKindAssociation(EML2_NS::PropertyKind*) final {
return true; }
95 DLL_IMPORT_OR_EXPORT
static const char*
XML_NS;
104 size_t getMinimumValueSize()
const;
105 size_t getMaximumValueSize()
const;
DiscreteProperty(resqml2::AbstractRepresentation *rep, const std::string &guid, const std::string &title, unsigned int dimension, gsoap_eml2_3::eml23__IndexableElement attachmentKind, eml2::PropertyKind *propKind)