Skip to main content

Operator

Represents all available operators for various condition systems.

enum Operator {
CONTAIN
CONTAINS
CONTAINS_WORDS
DOES_NOT_CONTAIN
DOES_NOT_CONTAIN_WORDS
DOMAIN_IS
DOMAIN_IS_NOT
DO_NOT_CONTAIN
ENDS_WITH
EQ
GT
GTEQ
IS
IS_NOT
LT
LTEQ
MATCHES
NOT_EQ
STARTS_WITH
}

Values

Operator.CONTAIN

Contain operator

Operator.CONTAINS

Contains operator

Operator.CONTAINS_WORDS

Contains words operator

Operator.DOES_NOT_CONTAIN

Does not contain operator

Operator.DOES_NOT_CONTAIN_WORDS

Does not contain words operator

Operator.DOMAIN_IS

Domain is operator

Operator.DOMAIN_IS_NOT

Domain is not operator

Operator.DO_NOT_CONTAIN

Do not contain operator

Operator.ENDS_WITH

Ends with operator

Operator.EQ

Eq operator

Operator.GT

Gt operator

Operator.GTEQ

Gteq operator

Operator.IS

Is operator

Operator.IS_NOT

Is not operator

Operator.LT

Lt operator

Operator.LTEQ

Lteq operator

Operator.MATCHES

Matches operator

Operator.NOT_EQ

Not eq operator

Operator.STARTS_WITH

Starts with operator

Member of

SupportedOperatorType object