Interface IHierarchyFilter

  • All Superinterfaces:
    com4j.Com4jObject, ITDFilter, ITDFilter2

    public interface IHierarchyFilter
    extends ITDFilter2
    Services for creation of a filtered list of field objects without SQL.
    • Method Detail

      • keepHierarchical

        boolean keepHierarchical()

        Indicates whether to include parent objects in list.

        Getter method for the COM property "KeepHierarchical"

        Returns:
        Returns a value of type boolean
      • keepHierarchical

        void keepHierarchical​(boolean pVal)

        Indicates whether to include parent objects in list.

        Setter method for the COM property "KeepHierarchical"

        Parameters:
        pVal - Mandatory boolean parameter.