Class OPERATOR_TYPE

Object
OPERATOR_TYPE

public class OPERATOR_TYPE extends Object
Operator type used on a CTResultSetCriteria.setOperator(int) call
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    between X (inclusive) and Y (inclusive)
    static final int
    between X (exclusive) and Y (exclusive)
    static final int
    between X (exclusive) and Y (inclusive)
    static final int
    between X (inclusive) and Y (exclusive)
    static final int
    equal X
    static final int
    greater than or equal X
    static final int
    greater than X
    static final int
    less than or equal X
    static final int
    less than X
    static final int
    not equal X
    static final int
    not between X and Y
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait