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

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

public class ArtifactPropertyValue
extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

Represents a property-value pair that has a user-defined name (moniker). The moniker can be optionally versioned by using a version number.

Since:
TEE-SDK-10.1

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
ArtifactPropertyValue(ms.tfs.versioncontrol.clientservices._03._ArtifactPropertyValue webServiceObject)
           
ArtifactPropertyValue(ArtifactSpec spec, PropertyValue[] propertyValues)
           
 
Method Summary
 PropertyValue[] getPropertyValues()
           
 ArtifactSpec getSpec()
           
 ms.tfs.versioncontrol.clientservices._03._ArtifactPropertyValue getWebServiceObject()
          Gets the web service object this class wraps.
 
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
 

Constructor Detail

ArtifactPropertyValue

public ArtifactPropertyValue(ArtifactSpec spec,
                             PropertyValue[] propertyValues)

ArtifactPropertyValue

public ArtifactPropertyValue(ms.tfs.versioncontrol.clientservices._03._ArtifactPropertyValue webServiceObject)
Method Detail

getWebServiceObject

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

Returns:
the web service object this class wraps.

getSpec

public ArtifactSpec getSpec()

getPropertyValues

public PropertyValue[] getPropertyValues()


© 2015 Microsoft. All rights reserved.