Package 

Object TriggerOperator.Companion

    • Method Summary

      Modifier and Type Method Description
      final TriggerOperator fromOperatorValue(Integer operatorValue) Converts a raw operator value to a TriggerOperator instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fromOperatorValue

         final TriggerOperator fromOperatorValue(Integer operatorValue)

        Converts a raw operator value to a TriggerOperator instance. If no match is found, it defaults to Equals.

        Parameters:
        operatorValue - The raw operator value to convert.