PropertyMetaData.hpp
string getDescription() const
Get the full description of the property.
byte getComponentId() const
Get the component id of the property.
bool getIsMandatory() const
Get whether or not the property is mandatory.
PropertyMetaData()
Default constructor, should not be used externally as it produces an invalid instance.
vector< string > getDataFilesWherePresent() const
Get the list of data file tiers where the property is available e.g.
Meta data relating to a property populated by an engine implementation.
Definition: PropertyMetaData.hpp:37
string getType() const
Get the type of data which the property refers to e.g.
bool getShow() const
Get whether or not the property should be displayed.
int getDisplayOrder() const
Get the order in which the property should be displayed.
Base class for any entity meta data.
Definition: EntityMetaData.hpp:46
string getName() const
Get the name of the property.
bool getShowValues() const
Get whether or not the values of the property should be displayed.
bool getAvailable() const
Get whether or not the property is available in the active data set.
bool getIsObsolete() const
Get whether or not the property is obsolete.
vector< uint32_t > getEvidenceProperties() const
Get the evidence property indexes for the property.
string getCategory() const
Get the category which the property belongs to e.g.
string getUrl() const
Get the URL related to the property.
bool getIsList() const
Get whether or not the value of the property is a list.
string getDefaultValue() const
Gets the default value as a string for the property.