public static interface CFRuleBase.ComparisonOperator
| Modifier and Type | Field and Description | 
|---|---|
static byte | 
BETWEEN  | 
static byte | 
EQUAL  | 
static byte | 
GE  | 
static byte | 
GT  | 
static byte | 
LE  | 
static byte | 
LT  | 
static byte | 
max_operator  | 
static byte | 
NO_COMPARISON  | 
static byte | 
NOT_BETWEEN  | 
static byte | 
NOT_EQUAL  | 
static final byte NO_COMPARISON
static final byte BETWEEN
static final byte NOT_BETWEEN
static final byte EQUAL
static final byte NOT_EQUAL
static final byte GT
static final byte LT
static final byte GE
static final byte LE
static final byte max_operator
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.