diff options
Diffstat (limited to 'src/Model/Elements/StringElement.hpp')
| -rw-r--r-- | src/Model/Elements/StringElement.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Model/Elements/StringElement.hpp b/src/Model/Elements/StringElement.hpp index db40f58..16946a8 100644 --- a/src/Model/Elements/StringElement.hpp +++ b/src/Model/Elements/StringElement.hpp @@ -20,7 +20,10 @@ class StringElement std::string getValue(); void setValue(std::string value); + bool isEmpty(); + bool equals(StringElement const& element) const; std::string description(); + }; #endif |
