public interface IReqSummaryStatus
extends com4j.Com4jObject
Modifier and Type | Method and 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.
|
IList possibleStatuses()
A list of possible requirement statuses.
Getter method for the COM property "PossibleStatuses"
Object possibleStatuses(int index)
int summaryStatus(String statusName)
The number of child nodes with the specified status.
Getter method for the COM property "SummaryStatus"
statusName
- Mandatory java.lang.String parameter.int totalSummaryNodes()
The total number of child nodes covered by the requirement status.
Getter method for the COM property "TotalSummaryNodes"
int reqID()
The requirement ID.
Getter method for the COM property "ReqID"
Copyright © 2020. All rights reserved.