com.microsoft.tfs.core.clients.webservices.internal
Class TeamFoundationSupportedFeatures

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

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

Describes identity management features supported by a client or server.

Thread-safety:
immutable

Field Summary
static TeamFoundationSupportedFeatures ALL
          This is a combination of all the features which are supported.
static TeamFoundationSupportedFeatures IDENTITY_PROPERTIES
          The client supports strongly-typed identity properties.
static TeamFoundationSupportedFeatures NONE
          None of the features in this enum are supported.
 
Constructor Summary
protected TeamFoundationSupportedFeatures(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

NONE

public static final TeamFoundationSupportedFeatures NONE
None of the features in this enum are supported.


IDENTITY_PROPERTIES

public static final TeamFoundationSupportedFeatures IDENTITY_PROPERTIES
The client supports strongly-typed identity properties.


ALL

public static final TeamFoundationSupportedFeatures ALL
This is a combination of all the features which are supported. Subject to change across releases. You can send this value (from client object model to server, or from server to client object model) and mask with it, but you should not test for equality against it.

Constructor Detail

TeamFoundationSupportedFeatures

protected TeamFoundationSupportedFeatures(int value)


© 2015 Microsoft. All rights reserved.