com.microsoft.tfs.core.clients.versioncontrol.workspacecache
Class LocalWorkspaceState

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

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


Field Summary
static LocalWorkspaceState CLEAN
          Came from the cache.
static LocalWorkspaceState MODIFIED
          Came from the cache and has been changed.
static LocalWorkspaceState NEW
          New workspace.
static LocalWorkspaceState REMOVED
          Came from the cache and has been removed.
 
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

CLEAN

public static final LocalWorkspaceState CLEAN
Came from the cache.


MODIFIED

public static final LocalWorkspaceState MODIFIED
Came from the cache and has been changed.


REMOVED

public static final LocalWorkspaceState REMOVED
Came from the cache and has been removed.


NEW

public static final LocalWorkspaceState NEW
New workspace.



© 2015 Microsoft. All rights reserved.