◆ ValueMetaDataKey() [1/2]
FiftyoneDegrees::Common::ValueMetaDataKey::ValueMetaDataKey | ( | ) |
Default constructor.
This should not be used externally as it returns an invalid instance.
\r\n
Key used to store ValueMetaData in a Collection.
A value name is not unique, however it is unique within the collection of values for a single property. For this reason, the key consists of the property name and the value name.
Constructors | |
ValueMetaDataKey ()
Default constructor. More...
| |
ValueMetaDataKey (string propertyName, string valueName)
Construct a new instance of ValueMetaDataKey from the unique combination of property and value names. More...
| |
Getters | |
const string | getPropertyName () const
Get the name of the property that the value keyed relates to. More...
|
const string | getValueName () const
Get the name of the value which is being keyed. More...
|
Operators | |
const bool | operator< (ValueMetaDataKey other) const
Override the less than operator so the unique key can be used to order lists. More...
|
const bool | operator== (ValueMetaDataKey other) const
Override the equality operator so the unique key can be found in a generic collection. More...
|
FiftyoneDegrees::Common::ValueMetaDataKey::ValueMetaDataKey | ( | ) |
Default constructor.
This should not be used externally as it returns an invalid instance.
FiftyoneDegrees::Common::ValueMetaDataKey::ValueMetaDataKey | ( | string | propertyName, |
string | valueName | ||
) |
Construct a new instance of ValueMetaDataKey from the unique combination of property and value names.
const string FiftyoneDegrees::Common::ValueMetaDataKey::getPropertyName | ( | ) | const |
Get the name of the property that the value keyed relates to.
const string FiftyoneDegrees::Common::ValueMetaDataKey::getValueName | ( | ) | const |
Get the name of the value which is being keyed.
const bool FiftyoneDegrees::Common::ValueMetaDataKey::operator< | ( | ValueMetaDataKey | other | ) | const |
Override the less than operator so the unique key can be used to order lists.
const bool FiftyoneDegrees::Common::ValueMetaDataKey::operator== | ( | ValueMetaDataKey | other | ) | const |
Override the equality operator so the unique key can be found in a generic collection.