GLG Toolkit, Java Class Library  Version 4.5
GlgBoolConversionType

Specifies conversion type for parameters of the boolean transformation. More...

Detailed Description

Specifies conversion type for parameters of the boolean transformation.

Constants

static final int ABS_GREATER_THAN_HALF_BOOL = 3
 Boolean conversion type constant. More...
 
static final int EQUAL_ZERO_BOOL = 0
 Boolean conversion type constant. More...
 
static final int GREATER_THAN_HALF_BOOL = 2
 Boolean conversion type constant. More...
 
static final int GREATER_THAN_ZERO_BOOL = 1
 Boolean conversion type constant. More...
 

Variable Documentation

◆ ABS_GREATER_THAN_HALF_BOOL

final int ABS_GREATER_THAN_HALF_BOOL = 3
static

Boolean conversion type constant.

◆ EQUAL_ZERO_BOOL

final int EQUAL_ZERO_BOOL = 0
static

Boolean conversion type constant.

◆ GREATER_THAN_HALF_BOOL

final int GREATER_THAN_HALF_BOOL = 2
static

Boolean conversion type constant.

◆ GREATER_THAN_ZERO_BOOL

final int GREATER_THAN_ZERO_BOOL = 1
static

Boolean conversion type constant.