Interface IReqCoverageStatus
-
- All Superinterfaces:
com4j.Com4jObject
public interface IReqCoverageStatus extends com4j.Com4jObject
For HP use. Requirement Coverage Status.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
possibleStatuses()
The list of possible coverage statuses.java.lang.Object
possibleStatuses(int index)
int
summaryStatus(java.lang.String status)
The number of child nodes with the specified status.int
totalSummaryNodes()
The total number of child nodes covered by the 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 step.repository.alm.v16.otaclient.IList
-
possibleStatuses
java.lang.Object possibleStatuses(int index)
-
summaryStatus
int summaryStatus(java.lang.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
-
-