aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/InstanceConfigurableElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/InstanceConfigurableElement.h')
-rw-r--r--parameter/InstanceConfigurableElement.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/parameter/InstanceConfigurableElement.h b/parameter/InstanceConfigurableElement.h
index 0604a69..a98c3b9 100644
--- a/parameter/InstanceConfigurableElement.h
+++ b/parameter/InstanceConfigurableElement.h
@@ -72,6 +72,12 @@ public:
// Element properties
virtual void showProperties(string& strResult) const;
+
+ // Scalar or Array?
+ bool isScalar() const;
+
+ // Array Length
+ uint32_t getArrayLength() const;
protected:
// Syncer
virtual ISyncer* getSyncer() const;