Interface IReqCoverageStatus

  • All Superinterfaces:
    com4j.Com4jObject

    public interface IReqCoverageStatus
    extends com4j.Com4jObject
    For HP use. Requirement Coverage Status
    • Method Detail

      • possibleStatuses

        IList possibleStatuses()

        The list of possible coverage 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 status)

        The number of child nodes with the specified status.

        Getter method for the COM property "SummaryStatus"

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

        int totalSummaryNodes()

        The total number of child nodes covered by the status.

        Getter method for the COM property "TotalSummaryNodes"

        Returns:
        Returns a value of type int