Class FIND_MODE

Object
FIND_MODE

public class FIND_MODE extends Object
Find mode used on a CTRecord.Find(int) call
  • Field Details

    • EQUAL

      public static final int EQUAL
      Find a record equal to the target
      See Also:
    • LESS

      public static final int LESS
      Find a record less than target
      See Also:
    • LESSorEQUAL

      public static final int LESSorEQUAL
      Find a record less or equal than target
      See Also:
    • GREATER

      public static final int GREATER
      Find a record greater than target
      See Also:
    • GREATERorEQUAL

      public static final int GREATERorEQUAL
      Find a record greater or equal than target
      See Also:
  • Constructor Details

    • FIND_MODE

      public FIND_MODE()