Interface ISupportCompression

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ISupportCompression
    extends com4j.Com4jObject
    For HP use. Represents a property for Results API.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean enabled()
      property Enabled
      void enabled​(boolean pVal)
      property Enabled
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • enabled

        boolean enabled()

        property Enabled

        Getter method for the COM property "Enabled"

        Returns:
        Returns a value of type boolean
      • enabled

        void enabled​(boolean pVal)

        property Enabled

        Setter method for the COM property "Enabled"

        Parameters:
        pVal - Mandatory boolean parameter.