Interface IReqSummaryStatus

  • All Superinterfaces:
    com4j.Com4jObject

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IList possibleStatuses()
      A list of possible requirement statuses.
      Object possibleStatuses​(int index)  
      int reqID()
      The requirement ID.
      int summaryStatus​(String statusName)
      The number of child nodes with the specified status.
      int totalSummaryNodes()
      The total number of child nodes covered by the requirement status.
      • Methods inherited from interface com4j.Com4jObject

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

      • possibleStatuses

        IList possibleStatuses()

        A list of possible requirement statuses.

        Getter method for the COM property "PossibleStatuses"

        Returns:
        Returns a value of type otaclient.IList
      • possibleStatuses

        Object possibleStatuses​(int index)
      • summaryStatus

        int summaryStatus​(String statusName)

        The number of child nodes with the specified status.

        Getter method for the COM property "SummaryStatus"

        Parameters:
        statusName - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type int
      • totalSummaryNodes

        int totalSummaryNodes()

        The total number of child nodes covered by the requirement status.

        Getter method for the COM property "TotalSummaryNodes"

        Returns:
        Returns a value of type int
      • reqID

        int reqID()

        The requirement ID.

        Getter method for the COM property "ReqID"

        Returns:
        Returns a value of type int