String condition. More...
import "nsIAbBooleanExpression.idl";
Public Attributes | |
| attribute nsAbBooleanConditionType | condition |
| The condition for how the a value should be compared. | |
| attribute string | name |
| The lhs of the condition. | |
| attribute wstring | value |
| The rhs of the condition. | |
String condition.
A string condition represents a leaf node in a boolean expression tree and represents test which will return TRUE or FALSE
Condition is an expression which is a leaf node in a boolean expression tree
The condition for how the a value should be compared.
| attribute string nsIAbBooleanConditionString::name |
The lhs of the condition.
Represents a property name which should be evaluated to obtain the lhs.
| attribute wstring nsIAbBooleanConditionString::value |
The rhs of the condition.
<name> [condition] value
1.7.1