Interface _IListEx

  • All Superinterfaces:
    com4j.Com4jObject

    public interface _IListEx
    extends com4j.Com4jObject
    For HP use. _IListEx Interface.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IList getIdList()
      For HP use.
      java.lang.Object getIdList​(int index)  
      boolean isIdListSupported()
      For HP use.
      • Methods inherited from interface com4j.Com4jObject

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

      • isIdListSupported

        boolean isIdListSupported()

        For HP use.

        Returns:
        Returns a value of type boolean
      • getIdList

        IList getIdList()

        For HP use.

        Returns:
        Returns a value of type step.repository.alm.v16.otaclient.IList
      • getIdList

        java.lang.Object getIdList​(int index)