property Class Reference
A property holds a (name,value) pair.
More...
List of all members.
Detailed Description
A property holds a (name,value) pair.
Constructor & Destructor Documentation
Member Function Documentation
| const string & getName |
( |
|
) |
const |
Return the name of the property.
- Returns:
- property name
Get the value of the property as a generic type.
- Exceptions:
-
- Returns:
- current value of the property
Return the value of the property as a string.
- Returns:
- current value of the property
| void setValue |
( |
const bool & |
value |
) |
|
| void setValue |
( |
const TYPE & |
value |
) |
|
Set the value of the property as a generic type.
- Parameters:
-
| value | new value for property |
Set the value of the property as a string.
- Parameters:
-
| value | new value for property |
The documentation for this class was generated from the following files: