com.microsoft.tfs.core.clients.webservices.internal
Class TeamFoundationSupportedFeatures
java.lang.Object
com.microsoft.tfs.util.TypesafeEnum
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
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 |
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.
TeamFoundationSupportedFeatures
protected TeamFoundationSupportedFeatures(int value)
© 2015 Microsoft. All rights reserved.