Package step.repository.alm.otaclient
Interface ITrace
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface ITrace extends IBaseField
Represents a traceability association between two requirements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
fromReq()
The requirement from which the association is defined.com4j.Com4jObject
toReq()
The requirement to which the association is definedvoid
tracedReq(com4j.Com4jObject rhs)
The other requirement that the initiating requirement forms a trace with.-
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.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
fromReq
com4j.Com4jObject fromReq()
The requirement from which the association is defined.
Getter method for the COM property "FromReq"
- Returns:
- Returns a value of type com4j.Com4jObject
-
toReq
com4j.Com4jObject toReq()
The requirement to which the association is defined
Getter method for the COM property "ToReq"
- Returns:
- Returns a value of type com4j.Com4jObject
-
tracedReq
void tracedReq(com4j.Com4jObject rhs)
The other requirement that the initiating requirement forms a trace with.
Setter method for the COM property "TracedReq"
- Parameters:
rhs
- Mandatory com4j.Com4jObject parameter.
-
-