com.microsoft.tfs.core.clients.framework.catalog
Class CatalogResourceProperty

java.lang.Object
  extended by com.microsoft.tfs.core.clients.framework.catalog.CatalogResourceProperty

public class CatalogResourceProperty
extends java.lang.Object

A simple class which holds a CatalogNode propery name/value pair.

Since:
TEE-SDK-10.1
Thread-safety:
thread-safe

Constructor Summary
CatalogResourceProperty(java.lang.String name, java.lang.String value)
          Constructor
 
Method Summary
 java.lang.String getPropertyName()
          Returns the property name.
 java.lang.String getPropertyValue()
          Returns the property value.
static ms.ws._KeyValueOfStringString[] toKeyValueOfStringStringArray(CatalogResourceProperty[] values)
          Convenience method to convert a an array of CatalogResourceProperty values to an equivalent _KeyValueOfStringString array which is required by the catalog web service proxy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogResourceProperty

public CatalogResourceProperty(java.lang.String name,
                               java.lang.String value)
Constructor

Method Detail

getPropertyName

public java.lang.String getPropertyName()
Returns the property name.


getPropertyValue

public java.lang.String getPropertyValue()
Returns the property value.


toKeyValueOfStringStringArray

public static ms.ws._KeyValueOfStringString[] toKeyValueOfStringStringArray(CatalogResourceProperty[] values)
Convenience method to convert a an array of CatalogResourceProperty values to an equivalent _KeyValueOfStringString array which is required by the catalog web service proxy.

Parameters:
values - An array containing the values to convert.
Returns:
An array containing the converted values.


© 2015 Microsoft. All rights reserved.