Specifies the comparison operator of the compare transformation.
More...
Specifies the comparison operator of the compare transformation.
◆ COMPARE_EQ_XT
final int COMPARE_EQ_XT = 0 |
|
static |
Comparison operator constant: A == B.
◆ COMPARE_GE_XT
final int COMPARE_GE_XT = 5 |
|
static |
Comparison operator constant: A >= B.
◆ COMPARE_GT_XT
final int COMPARE_GT_XT = 4 |
|
static |
Comparison operator constant: A > B.
◆ COMPARE_LE_XT
final int COMPARE_LE_XT = 3 |
|
static |
Comparison operator constant: A <= B.
◆ COMPARE_LT_XT
final int COMPARE_LT_XT = 2 |
|
static |
Comparison operator constant: A < B.
◆ COMPARE_NE_XT
final int COMPARE_NE_XT = 1 |
|
static |
Comparison operator constant: A != B.