com.microsoft.tfs.core.clients.workitem.node
Interface Node
- All Superinterfaces:
- java.lang.Comparable<Node>
public interface Node
- extends java.lang.Comparable<Node>
Describes a Node object that is used in the work item tracking data
structures.
- Since:
- TEE-SDK-10.1
Methods inherited from interface java.lang.Comparable |
compareTo |
getID
int getID()
getGUID
com.microsoft.tfs.util.GUID getGUID()
getName
java.lang.String getName()
getChildNodes
NodeCollection getChildNodes()
getURI
java.lang.String getURI()
getParent
Node getParent()
getPath
java.lang.String getPath()
© 2015 Microsoft. All rights reserved.