Package step.repository.alm.otaclient
Interface IReqCoverageFactory
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseFactory
,ICoverageFactory
public interface IReqCoverageFactory extends ICoverageFactory
Services for managing requirement coverage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
fullCoverage()
Indicates if the actions of the factory are applied recursively to requirement's children.void
fullCoverage(boolean pVal)
Indicates if the actions of the factory are applied recursively to requirement's children.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.otaclient.IBaseFactory
addItem, fetchLevel, fetchLevel, fields, fields, filter, history, item, newList, removeItem
-
-
-
-
Method Detail
-
fullCoverage
boolean fullCoverage()
Indicates if the actions of the factory are applied recursively to requirement's children.
Getter method for the COM property "FullCoverage"
- Returns:
- Returns a value of type boolean
-
fullCoverage
void fullCoverage(boolean pVal)
Indicates if the actions of the factory are applied recursively to requirement's children.
Setter method for the COM property "FullCoverage"
- Parameters:
pVal
- Mandatory boolean parameter.
-
-