public interface IReqCoverageStatus
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
IList |
possibleStatuses()
The list of possible coverage statuses.
|
Object |
possibleStatuses(int index) |
int |
summaryStatus(String status)
The number of child nodes with the specified status.
|
int |
totalSummaryNodes()
The total number of child nodes covered by the status.
|
IList possibleStatuses()
The list of possible coverage statuses.
Getter method for the COM property "PossibleStatuses"
Object possibleStatuses(int index)
int summaryStatus(String status)
The number of child nodes with the specified status.
Getter method for the COM property "SummaryStatus"
status
- Mandatory java.lang.String parameter.int totalSummaryNodes()
The total number of child nodes covered by the status.
Getter method for the COM property "TotalSummaryNodes"
Copyright © 2020. All rights reserved.