aboutsummaryrefslogtreecommitdiff
path: root/core/src/Model/Workflow/Values/BasicValues.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/Model/Workflow/Values/BasicValues.hpp')
-rw-r--r--core/src/Model/Workflow/Values/BasicValues.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/Model/Workflow/Values/BasicValues.hpp b/core/src/Model/Workflow/Values/BasicValues.hpp
index a116c8c..e2e990d 100644
--- a/core/src/Model/Workflow/Values/BasicValues.hpp
+++ b/core/src/Model/Workflow/Values/BasicValues.hpp
@@ -14,7 +14,10 @@ public:
static bool IsInstance(const BaseValue* value);
NumericValue();
+ std::string GetTruncatedString() const;
+ std::string GetRoundedString() const;
std::string GetString() const;
+
int64_t GetInt() const;
double GetValue() const;
void SetValue(double value);