21#include "../resqml2/DiscreteProperty.h"
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;
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;
95 DLL_IMPORT_OR_EXPORT
static const char*
XML_NS;
104 size_t getMinimumValueSize()
const;
105 size_t getMaximumValueSize()
const;
int64_t getNullValue(uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)()) const final
Gets the null value in this discrete property.
DiscreteProperty(gsoap_eml2_3::_resqml22__DiscreteProperty *fromGsoap)
Definition DiscreteProperty.h:66
bool validatePropertyKindAssociation(eml2::PropertyKind *) final
Definition DiscreteProperty.h:88
DiscreteProperty(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition DiscreteProperty.h:39
std::string pushBackRefToExistingIntegerDataset(eml2::AbstractHdfProxy *proxy, const std::string &datasetName, int64_t nullValue, int64_t minimumValue, int64_t maximumValue) final
void setMaximumValue(int64_t value, uint64_t index=0) const final
Sets the maximum value of a non vector property or the maximum value of one given value of a vector p...
int64_t getMinimumValue(uint64_t index=0) const final
Gets the minimum value of a non vector property or the minimum value of one given value of a vector p...
void setMinimumValue(int64_t value, uint64_t index=0) const final
Sets the minimum value of a non vector property or the minimum value of one given value of a vector p...
bool validatePropertyKindAssociation(gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind) final
Definition DiscreteProperty.h:90
bool hasMinimumValue(uint64_t index=0) const final
Checks if a non vector property or a given value of a vector property has got a minimum value already...
std::string getXmlNamespace() const final
Definition DiscreteProperty.h:100
~DiscreteProperty()=default
int64_t getMaximumValue(uint64_t index=0) const final
Gets the maximum value of a non vector property or the maximum value of one given value of a vector p...
static const char * XML_NS
Definition DiscreteProperty.h:95
bool hasMaximumValue(uint64_t index=0) const final
Checks if a non vector property or a given value of a vector property has got a maximum value already...
DiscreteProperty(resqml2::AbstractRepresentation *rep, const std::string &guid, const std::string &title, unsigned int dimension, gsoap_eml2_3::eml23__IndexableElement attachmentKind, eml2::PropertyKind *propKind)