com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class VersionControlLinkType

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by com.microsoft.tfs.core.clients.versioncontrol.soapextensions.VersionControlLinkType
All Implemented Interfaces:
java.lang.Comparable

public class VersionControlLinkType
extends com.microsoft.tfs.util.TypesafeEnum

Represents a type of VersionControlLink.

Since:
TEE-SDK-10.1

Field Summary
static VersionControlLinkType ASSOCIATE
          A link that only associates the change with a work item.
static VersionControlLinkType INVALID
          An invalid link.
static VersionControlLinkType RESOLVE
          A link to a work item that was resolved.
 
Method Summary
 
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum
compareTo, equals, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INVALID

public static final VersionControlLinkType INVALID
An invalid link.


RESOLVE

public static final VersionControlLinkType RESOLVE
A link to a work item that was resolved.


ASSOCIATE

public static final VersionControlLinkType ASSOCIATE
A link that only associates the change with a work item.



© 2015 Microsoft. All rights reserved.