com.microsoft.tfs.core.clients.versioncontrol.offline
Class OfflineChangeType
java.lang.Object
com.microsoft.tfs.util.TypesafeEnum
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
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 |
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
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.