Java org.apache.poi.ss.usermodel ComparisonOperator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.ss.usermodel ComparisonOperator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.ss.usermodel ComparisonOperator.

The text is from its open source code.

Field

byteNO_COMPARISON
byteBETWEEN
'Between' operator
byteNOT_BETWEEN
'Not between' operator
byteEQUAL
'Equal to' operator
byteNOT_EQUAL
'Not equal to' operator
byteGT
'Greater than' operator
byteLT
'Less than' operator
byteGE
'Greater than or equal to' operator
byteLE
'Less than or equal to' operator