com.microsoft.tfs.core.util.serverlist
Class ServerListEntryType

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by com.microsoft.tfs.core.util.serverlist.ServerListEntryType
All Implemented Interfaces:
java.lang.Comparable

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


Field Summary
static ServerListEntryType CONFIGURATION_SERVER
           
static ServerListEntryType TEAM_PROJECT_COLLECTION
           
 
Method Summary
static ServerListEntryType fromValue(int value)
           
 
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

CONFIGURATION_SERVER

public static final ServerListEntryType CONFIGURATION_SERVER

TEAM_PROJECT_COLLECTION

public static final ServerListEntryType TEAM_PROJECT_COLLECTION
Method Detail

fromValue

public static ServerListEntryType fromValue(int value)


© 2015 Microsoft. All rights reserved.