Interface ITraceabilityMatrixLinkedEntitiesRow

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ITraceabilityMatrixLinkedEntitiesRow
    extends com4j.Com4jObject
    For HP use. Represents traceability matrix row for linked entities of a single entity.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int entityID()
      The ID of the entity of which the row is related to.
      IList results()
      Returns a copy of The list of the traceability matrix linked entities results, related to the row.
      java.lang.Object results​(int index)  
      • Methods inherited from interface com4j.Com4jObject

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

      • entityID

        int entityID()

        The ID of the entity of which the row is related to.

        Getter method for the COM property "EntityID"

        Returns:
        Returns a value of type int
      • results

        IList results()

        Returns a copy of The list of the traceability matrix linked entities results, related to the row.

        Getter method for the COM property "Results"

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

        java.lang.Object results​(int index)