Kaydet (Commit) a017e073 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

add missing enum values

Change-Id: I3234fb21e3f62068e39b6667e9c77e857536ade4
üst 31cf3baa
...@@ -54,11 +54,15 @@ constants ConditionFormatOperator ...@@ -54,11 +54,15 @@ constants ConditionFormatOperator
const long NO_ERROR = 19; const long NO_ERROR = 19;
const long CONTAINS = 20; const long BEGINS_WITH = 20;
const long NOT_CONTAINS = 21; const long ENDS_WITH = 21;
const long EXPRESSION = 22; const long CONTAINS = 22;
const long NOT_CONTAINS = 23;
const long EXPRESSION = 24;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment