com.microsoft.tfs.core.clients.versioncontrol.soapextensions
Class WarningType

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
          extended by com.microsoft.tfs.core.clients.versioncontrol.soapextensions.WarningType

public class WarningType
extends com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper

Represents a type of Warning.

Since:
TEE-SDK-10.1

Field Summary
static WarningType INVALID
           
static WarningType NAMESPACE_PENDING_CHANGE_WARNING
           
static WarningType RESOURCE_PENDING_CHANGE_WARNING
           
static WarningType STALE_VERSION_WARNING
           
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Method Summary
 boolean equals(java.lang.Object o)
           
static WarningType fromWebServiceObject(ms.tfs.versioncontrol.clientservices._03._WarningType webServiceObject)
          Gets the correct wrapper type for the given web service object.
 ms.tfs.versioncontrol.clientservices._03._WarningType getWebServiceObject()
          Gets the web service object this class wraps.
 int hashCode()
           
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
fromWebServiceObject
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INVALID

public static final WarningType INVALID

RESOURCE_PENDING_CHANGE_WARNING

public static final WarningType RESOURCE_PENDING_CHANGE_WARNING

NAMESPACE_PENDING_CHANGE_WARNING

public static final WarningType NAMESPACE_PENDING_CHANGE_WARNING

STALE_VERSION_WARNING

public static final WarningType STALE_VERSION_WARNING
Method Detail

fromWebServiceObject

public static WarningType fromWebServiceObject(ms.tfs.versioncontrol.clientservices._03._WarningType webServiceObject)
Gets the correct wrapper type for the given web service object.

Parameters:
webServiceObject - the web service object (must not be null)
Returns:
the correct wrapper type for the given web service object
Throws:
java.lang.RuntimeException - if no wrapper type is known for the given web service object

getWebServiceObject

public ms.tfs.versioncontrol.clientservices._03._WarningType getWebServiceObject()
Gets the web service object this class wraps. The returned object should not be modified.

Returns:
the web service object this class wraps.

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

hashCode

public int hashCode()
Overrides:
hashCode in class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper


© 2015 Microsoft. All rights reserved.