aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/SelectionCriterion.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/SelectionCriterion.h')
-rw-r--r--parameter/SelectionCriterion.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/parameter/SelectionCriterion.h b/parameter/SelectionCriterion.h
index 8bdca68..e7b44fe 100644
--- a/parameter/SelectionCriterion.h
+++ b/parameter/SelectionCriterion.h
@@ -57,8 +57,13 @@ public:
void setObserver(ISelectionCriterionObserver* pSelectionCriterionObserver);
/// Match methods
- bool equals(int iState) const;
- bool contains(int iState) const;
+ bool is(int iState) const;
+ bool isNot(int iState) const;
+ bool includes(int iState) const;
+ bool excludes(int iState) const;
+
+ /// User request
+ string getFormattedDescription(bool bWithTypeInfo) const;
/// From CElement
virtual string getKind() const;