public interface ITestSetTreeManager
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
nodeById(int nodeID)
Gets the test set tree node object corresponding to the specified node Id.
|
com4j.Com4jObject |
nodeByPath(String path)
Gets the test set tree node from the specified tree path.
|
com4j.Com4jObject |
root()
The test set tree root node.
|
com4j.Com4jObject |
unattached()
Gets an unattached folder.
|
com4j.Com4jObject root()
The test set tree root node.
Getter method for the COM property "Root"
com4j.Com4jObject nodeByPath(String path)
Gets the test set tree node from the specified tree path.
Getter method for the COM property "NodeByPath"
path
- Mandatory java.lang.String parameter.com4j.Com4jObject nodeById(int nodeID)
Gets the test set tree node object corresponding to the specified node Id.
Getter method for the COM property "NodeById"
nodeID
- Mandatory int parameter.com4j.Com4jObject unattached()
Gets an unattached folder.
Getter method for the COM property "Unattached"
Copyright © 2020. All rights reserved.