Constructors |
| PropertyMetaData ()
Default constructor, should not be used externally as it produces an invalid instance.
|
| PropertyMetaData (PropertyMetaData *property)
|
| PropertyMetaData (string name, vector< string > dataFilesWherePresent, string type, string category, string url, bool available, byte displayOrder, bool isMandatory, bool isList, bool isObsolete, bool show, bool showValues, string description, string defaultValue, byte componentId, vector< uint32_t > evidenceProperties)
|
Getters |
string
| getName () const
Get the name of the property. More...
|
vector< string >
| getDataFilesWherePresent () const
Get the list of data file tiers where the property is available e.g. More...
|
string
| getType () const
Get the type of data which the property refers to e.g. More...
|
string
| getCategory () const
Get the category which the property belongs to e.g. More...
|
string
| getUrl () const
Get the URL related to the property. More...
|
bool
| getAvailable () const
Get whether or not the property is available in the active data set. More...
|
int
| getDisplayOrder () const
Get the order in which the property should be displayed. More...
|
bool
| getIsMandatory () const
Get whether or not the property is mandatory. More...
|
bool
| getIsList () const
Get whether or not the value of the property is a list. More...
|
bool
| getIsObsolete () const
Get whether or not the property is obsolete. More...
|
bool
| getShow () const
Get whether or not the property should be displayed. More...
|
bool
| getShowValues () const
Get whether or not the values of the property should be displayed. More...
|
string
| getDescription () const
Get the full description of the property. More...
|
string
| getDefaultValue () const
Gets the default value as a string for the property. More...
|
byte
| getComponentId () const
Get the component id of the property. More...
|
vector< uint32_t >
| getEvidenceProperties () const
Get the evidence property indexes for the property. More...
|
|
| EntityMetaData (string key)
|
string
| getKey () const
|
const bool
| operator== (const EntityMetaData< string > other) const
|
const bool
| operator!= (const EntityMetaData< string > other) const
|