public interface ISupportRBTAnalysisChild
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
int |
analyzedTestingEffortInHours()
The testing effort determined by the last analysis.
|
String |
analyzedTestingLevel()
The testing level determined by the last analysis, from 'RBT Testing Levels' in ALL_LISTS.
|
int |
customTestingEffortInHours()
The custom testing effort.
|
void |
customTestingEffortInHours(int pVal)
The custom testing effort.
|
String |
customTestingLevel()
The custom testing level supplied, from 'RBT Testing Levels' in ALL_LISTS.
|
void |
customTestingLevel(String pTestingLevel)
The custom testing level supplied, from 'RBT Testing Levels' in ALL_LISTS.
|
boolean |
ignoreInAnalysis()
Should this requirement be excluded in Risk-based Quality Management analysis?
|
void |
ignoreInAnalysis(boolean pVal)
Should this requirement be excluded in Risk-based Quality Management analysis?
|
com4j.Com4jObject |
parentRequirementForRBTAnalysis()
The parent requirement for the current Risk-based Quality Management Analysis.
|
int |
rnDEstimatedEffortInHours()
The R&D effort.
|
void |
rnDEstimatedEffortInHours(int pVal)
The R&D effort.
|
boolean |
useCustomTLAndTE()
Does this requirement have a custom Testing Level and Testing Effort?.
|
void |
useCustomTLAndTE(boolean pVal)
Does this requirement have a custom Testing Level and Testing Effort?.
|
String analyzedTestingLevel()
The testing level determined by the last analysis, from 'RBT Testing Levels' in ALL_LISTS.
Getter method for the COM property "AnalyzedTestingLevel"
int analyzedTestingEffortInHours()
The testing effort determined by the last analysis.
Getter method for the COM property "AnalyzedTestingEffortInHours"
boolean useCustomTLAndTE()
Does this requirement have a custom Testing Level and Testing Effort?.
Getter method for the COM property "UseCustomTLAndTE"
void useCustomTLAndTE(boolean pVal)
Does this requirement have a custom Testing Level and Testing Effort?.
Setter method for the COM property "UseCustomTLAndTE"
pVal
- Mandatory boolean parameter.String customTestingLevel()
The custom testing level supplied, from 'RBT Testing Levels' in ALL_LISTS.
Getter method for the COM property "CustomTestingLevel"
void customTestingLevel(String pTestingLevel)
The custom testing level supplied, from 'RBT Testing Levels' in ALL_LISTS.
Setter method for the COM property "CustomTestingLevel"
pTestingLevel
- Mandatory java.lang.String parameter.int customTestingEffortInHours()
The custom testing effort.
Getter method for the COM property "CustomTestingEffortInHours"
void customTestingEffortInHours(int pVal)
The custom testing effort.
Setter method for the COM property "CustomTestingEffortInHours"
pVal
- Mandatory int parameter.int rnDEstimatedEffortInHours()
The R&D effort.
Getter method for the COM property "RnDEstimatedEffortInHours"
void rnDEstimatedEffortInHours(int pVal)
The R&D effort.
Setter method for the COM property "RnDEstimatedEffortInHours"
pVal
- Mandatory int parameter.boolean ignoreInAnalysis()
Should this requirement be excluded in Risk-based Quality Management analysis?
Getter method for the COM property "IgnoreInAnalysis"
void ignoreInAnalysis(boolean pVal)
Should this requirement be excluded in Risk-based Quality Management analysis?
Setter method for the COM property "IgnoreInAnalysis"
pVal
- Mandatory boolean parameter.com4j.Com4jObject parentRequirementForRBTAnalysis()
The parent requirement for the current Risk-based Quality Management Analysis.
Getter method for the COM property "ParentRequirementForRBTAnalysis"
Copyright © 2020. All rights reserved.