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

Nested Class Summary
static class Node.TreeType
           
 
Method Summary
 NodeCollection getChildNodes()
           
 com.microsoft.tfs.util.GUID getGUID()
           
 int getID()
           
 java.lang.String getName()
           
 Node getParent()
           
 java.lang.String getPath()
           
 java.lang.String getURI()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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.