com.microsoft.tfs.core.product
Class ClientSkuNumbers

java.lang.Object
  extended by com.microsoft.tfs.core.product.ClientSkuNumbers

public abstract class ClientSkuNumbers
extends java.lang.Object

SKU numbers as defined in alm\tfs_core\Framework\Client\SkuConstants.cs

Thread-safety:
thread-safe

Field Summary
static int Dev11CrossPlatformCommandline
           
static int Dev11SdkForJava
           
static int Dev11TeamExplorerEveryWhere
           
static int Dev12CrossPlatformCommandline
           
static int Dev12SdkForJava
           
static int Dev12TeamExplorerEveryWhere
           
 
Constructor Summary
ClientSkuNumbers()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Dev11TeamExplorerEveryWhere

public static final int Dev11TeamExplorerEveryWhere
Constant Field Value:
11
See Also:
Constant Field Values

Dev11CrossPlatformCommandline

public static final int Dev11CrossPlatformCommandline
Constant Field Value:
12
See Also:
Constant Field Values

Dev11SdkForJava

public static final int Dev11SdkForJava
Constant Field Value:
13
See Also:
Constant Field Values

Dev12TeamExplorerEveryWhere

public static final int Dev12TeamExplorerEveryWhere
Constant Field Value:
19
See Also:
Constant Field Values

Dev12CrossPlatformCommandline

public static final int Dev12CrossPlatformCommandline
Constant Field Value:
20
See Also:
Constant Field Values

Dev12SdkForJava

public static final int Dev12SdkForJava
Constant Field Value:
21
See Also:
Constant Field Values
Constructor Detail

ClientSkuNumbers

public ClientSkuNumbers()


© 2015 Microsoft. All rights reserved.