public interface ILinkable
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
bugLinkFactory()
The bug link factory that manages the links of the current object to its associated defects.
|
boolean |
hasLinkage()
Checks if the current object has at least one associated Bug.
|
boolean |
hasOthersLinkage()
Checks if the current Bug object has at least one associated object that is not another Bug object.
|
com4j.Com4jObject |
linkFactory()
The link factory of the current defect object that enables viewing the links.
|
com4j.Com4jObject bugLinkFactory()
The bug link factory that manages the links of the current object to its associated defects.
Getter method for the COM property "BugLinkFactory"
com4j.Com4jObject linkFactory()
The link factory of the current defect object that enables viewing the links. Defined only for Bug objects.
Getter method for the COM property "LinkFactory"
boolean hasLinkage()
Checks if the current object has at least one associated Bug.
Getter method for the COM property "HasLinkage"
boolean hasOthersLinkage()
Checks if the current Bug object has at least one associated object that is not another Bug object. Defined only for Bug objects.
Getter method for the COM property "HasOthersLinkage"
Copyright © 2020. All rights reserved.