com.microsoft.tfs.core.clients.versioncontrol.conflicts
Class ConflictDescriptionPathType

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

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

Since:
TEE-SDK-10.1

Field Summary
static ConflictDescriptionPathType BASE
           
static ConflictDescriptionPathType SOURCE
           
static ConflictDescriptionPathType TARGET
           
 
Constructor Summary
ConflictDescriptionPathType(int value)
           
 
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

BASE

public static final ConflictDescriptionPathType BASE

SOURCE

public static final ConflictDescriptionPathType SOURCE

TARGET

public static final ConflictDescriptionPathType TARGET
Constructor Detail

ConflictDescriptionPathType

public ConflictDescriptionPathType(int value)


© 2015 Microsoft. All rights reserved.