public static final class CFRuleRecord.ComparisonOperator extends 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 © 2020. All rights reserved.