com.microsoft.tfs.core.clients.webservices
Class IdentityPropertyScope

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by com.microsoft.tfs.core.clients.webservices.IdentityPropertyScope
All Implemented Interfaces:
java.lang.Comparable

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

The scope which a property will be scoped to.

Thread-safety:
immutable

Field Summary
static IdentityPropertyScope BOTH
           
static IdentityPropertyScope GLOBAL
           
static IdentityPropertyScope LOCAL
           
static IdentityPropertyScope NONE
           
 
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

NONE

public static final IdentityPropertyScope NONE

GLOBAL

public static final IdentityPropertyScope GLOBAL

LOCAL

public static final IdentityPropertyScope LOCAL

BOTH

public static final IdentityPropertyScope BOTH


© 2015 Microsoft. All rights reserved.