Interface IFilterCondition


  • public interface IFilterCondition
    Represents the design of an FilterCondition in the scripting environment
    • Method Detail

      • getOperator

        java.lang.String getOperator()
        Returns operator
        Returns:
        operator
      • getValue1

        java.lang.String getValue1()
        Returns value1
        Returns:
        value1
      • getValue2

        java.lang.String getValue2()
        Returns value2
        Returns:
        value2
      • getStructure

        IStructure getStructure()
        Returns structure.
        Returns:
        structure
      • getExpr

        java.lang.String getExpr()
        Returns expr
        Returns:
        expr