Uses of Class
com.microsoft.tfs.core.clients.workitem.link.WorkItemLinkTypeEnd

Packages that use WorkItemLinkTypeEnd
com.microsoft.tfs.core.clients.workitem.link   
 

Uses of WorkItemLinkTypeEnd in com.microsoft.tfs.core.clients.workitem.link
 

Methods in com.microsoft.tfs.core.clients.workitem.link that return WorkItemLinkTypeEnd
 WorkItemLinkTypeEnd WorkItemLinkTypeEndCollection.get(java.lang.String linkTypeEndName)
           
 WorkItemLinkTypeEnd WorkItemLinkTypeEndCollection.getByID(int id)
           
 WorkItemLinkTypeEnd WorkItemLinkType.getForwardEnd()
           
 WorkItemLinkTypeEnd WorkItemLinkTypeEnd.getOppositeEnd()
           
 WorkItemLinkTypeEnd WorkItemLinkType.getReverseEnd()
           
 WorkItemLinkTypeEnd[] WorkItemLinkTypeEndCollection.toArray(WorkItemLinkTypeEnd[] array)
           
 

Methods in com.microsoft.tfs.core.clients.workitem.link that return types with arguments of type WorkItemLinkTypeEnd
 java.util.Iterator<WorkItemLinkTypeEnd> WorkItemLinkTypeEndCollection.iterator()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.link with parameters of type WorkItemLinkTypeEnd
 void WorkItemLinkTypeEnd.setOppositeEnd(WorkItemLinkTypeEnd oppositeEnd)
           
 WorkItemLinkTypeEnd[] WorkItemLinkTypeEndCollection.toArray(WorkItemLinkTypeEnd[] array)
           
 



© 2015 Microsoft. All rights reserved.