RuleConditionOperator
The possible operators for rule conditions.
enum RuleConditionOperator {
CONTAIN
CONTAINS
CONTAINS_WORDS
DOES_NOT_CONTAIN
DOES_NOT_CONTAIN_WORDS
DOMAIN_IS
DOMAIN_IS_NOT
DO_NOT_CONTAIN
ENDS_WITH
GT
GTEQ
IS
IS_NOT
LT
LTEQ
MATCHES
STARTS_WITH
}
Values
RuleConditionOperator.CONTAIN
Contain operator
RuleConditionOperator.CONTAINS
Contains operator
RuleConditionOperator.CONTAINS_WORDS
Contains words operator
RuleConditionOperator.DOES_NOT_CONTAIN
Does not contain operator
RuleConditionOperator.DOES_NOT_CONTAIN_WORDS
Does not contain words operator
RuleConditionOperator.DOMAIN_IS
Domain is operator
RuleConditionOperator.DOMAIN_IS_NOT
Domain is not operator
RuleConditionOperator.DO_NOT_CONTAIN
Do not contain operator
RuleConditionOperator.ENDS_WITH
Ends with operator
RuleConditionOperator.GT
Gt operator
RuleConditionOperator.GTEQ
Gteq operator
RuleConditionOperator.IS
Is operator
RuleConditionOperator.IS_NOT
Is not operator
RuleConditionOperator.LT
Lt operator
RuleConditionOperator.LTEQ
Lteq operator
RuleConditionOperator.MATCHES
Matches operator
RuleConditionOperator.STARTS_WITH
Starts with operator
Member of
FeatureTemplateRuleDataCondition object ● RuleCondition object ● RuleConditionInput input