Describes single state property of type single line String accepting only valid C++ identifiers as values.
You can find more information in comments below. Overrided methods can be found in corresponding base interface.
class IPropertyIdentifier :public virtual IProperty
{
public:
virtual String getValue() = 0; // Return value
virtual bool setValue(const String value) = 0; // Set value
};
Namespace: | nitisa |
Include: | Nitisa/Package/Interfaces/IPropertyIdentifier.h |