com.microsoft.tfs.core.clients.build.flags
Class WorkspaceMappingType2010

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.build.flags.WorkspaceMappingType2010

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


Field Summary
static WorkspaceMappingType2010 CLOAK
           
static WorkspaceMappingType2010 MAP
           
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Method Summary
static WorkspaceMappingType2010 fromWebServiceObject(ms.tfs.build.buildservice._03._WorkspaceMappingType webServiceObject)
          Gets the correct wrapper type for the given web service object.
 ms.tfs.build.buildservice._03._WorkspaceMappingType getWebServiceObject()
          Gets the web service object this class wraps.
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
fromWebServiceObject
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MAP

public static final WorkspaceMappingType2010 MAP

CLOAK

public static final WorkspaceMappingType2010 CLOAK
Method Detail

fromWebServiceObject

public static WorkspaceMappingType2010 fromWebServiceObject(ms.tfs.build.buildservice._03._WorkspaceMappingType 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.build.buildservice._03._WorkspaceMappingType getWebServiceObject()
Gets the web service object this class wraps. The returned object should not be modified.

Returns:
the web service object this class wraps.


© 2015 Microsoft. All rights reserved.