Interface ITraceabilityMatrixLinkedEntitiesResult

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ITraceabilityMatrixLinkedEntitiesResult
    extends com4j.Com4jObject
    For HP use. Represents traceability matrix linked entities of a single entity, for some relation.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IList linkedEntities()
      The linked entities.
      java.lang.Object linkedEntities​(int index)  
      java.lang.String relationName()
      Returns a copy of the name of the relation name.
      java.lang.String tableName()
      Returns a copy of the name of the entities' table.
      • Methods inherited from interface com4j.Com4jObject

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

      • relationName

        java.lang.String relationName()

        Returns a copy of the name of the relation name.

        Getter method for the COM property "RelationName"

        Returns:
        Returns a value of type java.lang.String
      • tableName

        java.lang.String tableName()

        Returns a copy of the name of the entities' table.

        Getter method for the COM property "TableName"

        Returns:
        Returns a value of type java.lang.String
      • linkedEntities

        IList linkedEntities()

        The linked entities.

        Getter method for the COM property "LinkedEntities"

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

        java.lang.Object linkedEntities​(int index)