GLG Toolkit, Java Class Library  Version 4.5
GlgCompareXformType

Specifies the comparison operator of the compare transformation. More...

Detailed Description

Specifies the comparison operator of the compare transformation.

Constants

static final int COMPARE_EQ_XT = 0
 Comparison operator constant: A == B. More...
 
static final int COMPARE_GE_XT = 5
 Comparison operator constant: A >= B. More...
 
static final int COMPARE_GT_XT = 4
 Comparison operator constant: A > B. More...
 
static final int COMPARE_LE_XT = 3
 Comparison operator constant: A <= B. More...
 
static final int COMPARE_LT_XT = 2
 Comparison operator constant: A < B. More...
 
static final int COMPARE_NE_XT = 1
 Comparison operator constant: A != B. More...
 

Variable Documentation

◆ 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.