Class IsNullExpression

    • Constructor Detail

      • IsNullExpression

        public IsNullExpression()
        Deprecated.
        Default constructor.
    • Method Detail

      • getField

        public String getField()
        Deprecated.
        Returns the name of the field from where to read the value.
        Returns:
        the field.
      • setField

        public void setField​(String field)
        Deprecated.
        Defines the name of the field from where to read the value.
        Parameters:
        field - the field.
      • getValue

        public Object getValue()
        Deprecated.
        Return the current expression value.

        The value depends (obviously) on the expression implementation.

        Returns:
        the value of the function.