com.microsoft.tfs.core.clients.versioncontrol.offline
Class OfflineChangeType

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

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

Enumerates the kinds of offline changes that can be discovered.

Since:
TEE-SDK-10.1
Thread-safety:
immutable

Field Summary
static OfflineChangeType ADD
           
static OfflineChangeType DELETE
           
static OfflineChangeType EDIT
           
static OfflineChangeType EXEC
           
static OfflineChangeType NOT_EXEC
           
static OfflineChangeType NOT_SYMLINK
           
static OfflineChangeType SYMLINK
           
static OfflineChangeType UNDO
           
 
Method Summary
 PropertyValue getPropertyValue()
           
 boolean isPropertyChange()
           
 java.lang.String toString()
           
 
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum
compareTo, equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EDIT

public static final OfflineChangeType EDIT

ADD

public static final OfflineChangeType ADD

DELETE

public static final OfflineChangeType DELETE

UNDO

public static final OfflineChangeType UNDO

EXEC

public static final OfflineChangeType EXEC

NOT_EXEC

public static final OfflineChangeType NOT_EXEC

SYMLINK

public static final OfflineChangeType SYMLINK

NOT_SYMLINK

public static final OfflineChangeType NOT_SYMLINK
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class com.microsoft.tfs.util.TypesafeEnum

isPropertyChange

public boolean isPropertyChange()

getPropertyValue

public PropertyValue getPropertyValue()


© 2015 Microsoft. All rights reserved.