◆ ValueMetaData() [1/2]
| ValueMetaData::ValueMetaData | ( | ValueMetaData * | value | ) |
Construct a new instance of ValueMetaData from an existing instance.
This copies the existing instance and does not hold a reference to it.
- Parameters
-
- value - to copy
◆ ValueMetaData() [2/2]
ValueMetaData::ValueMetaData ( ValueMetaDataKey key, string description, string url ) Create a new instance of ValueMetaData.
This should only be used internally by the Collection class.
- Parameters
-
- key - containing the value and property names
- description - full description of the value
- url - relating to the value
Member Function Documentation
◆ getDescription()
string ValueMetaData::getDescription ( ) Get the full description of the value.
- Returns
- description string
◆ getName()
string ValueMetaData::getName ( ) Get the name of the value.
This is a string representation of the value itself.
- Returns
- value name
◆ getUrl()
string ValueMetaData::getUrl ( ) Get the URL containing any extra information about the value.
- Returns
- URL string
The documentation for this class was generated from the following files:- ValueMetaData.hpp
- ValueMetaData.cpp
