|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.framework.catalog.CatalogResourceProperty
public class CatalogResourceProperty
A simple class which holds a CatalogNode
propery name/value pair.
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 |
---|
public CatalogResourceProperty(java.lang.String name, java.lang.String value)
Method Detail |
---|
public java.lang.String getPropertyName()
public java.lang.String getPropertyValue()
public static ms.ws._KeyValueOfStringString[] toKeyValueOfStringStringArray(CatalogResourceProperty[] values)
values
- An array containing the values to convert.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |