public static final class CFRuleBase.ComparisonOperator
extends java.lang.Object
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 |
NO_COMPARISON |
static byte |
NOT_BETWEEN |
static byte |
NOT_EQUAL |
Constructor and Description |
---|
ComparisonOperator() |
public static final byte NO_COMPARISON
public static final byte BETWEEN
public static final byte NOT_BETWEEN
public static final byte EQUAL
public static final byte NOT_EQUAL
public static final byte GT
public static final byte LT
public static final byte GE
public static final byte LE
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.