com.microsoft.tfs.core.clients.commonstructure
Class Property
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.commonstructure.Property
public class Property
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
A property defined on a NodeInfo
.
- Since:
- TEE-SDK-10.1
- Thread-safety:
- thread-compatible
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
Property(ms.tfs.services.classification._03._Property property)
|
Property(java.lang.String name,
java.lang.String value)
|
Method Summary |
java.lang.String |
getName()
|
java.lang.String |
getValue()
|
ms.tfs.services.classification._03._Property |
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 |
Property
public Property(java.lang.String name,
java.lang.String value)
Property
public Property(ms.tfs.services.classification._03._Property property)
getWebServiceObject
public ms.tfs.services.classification._03._Property getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getName
public java.lang.String getName()
getValue
public java.lang.String getValue()
© 2015 Microsoft. All rights reserved.