Uses of Class
com.borland.tm.webservices.tmexecution.PropertyValue

Packages that use PropertyValue
com.borland.tm.webservices.tmexecution   
 

Uses of PropertyValue in com.borland.tm.webservices.tmexecution
 

Methods in com.borland.tm.webservices.tmexecution that return PropertyValue
 PropertyValue[] PropertyValue.getChildren()
          Gets the children value for this PropertyValue.
 PropertyValue[] ExecutionNode.getPropertyValues()
          Gets the propertyValues value for this ExecutionNode.
 

Methods in com.borland.tm.webservices.tmexecution with parameters of type PropertyValue
 void PropertyValue.setChildren(PropertyValue[] children)
          Sets the children value for this PropertyValue.
 void ExecutionNode.setPropertyValues(PropertyValue[] propertyValues)
          Sets the propertyValues value for this ExecutionNode.
 

Constructors in com.borland.tm.webservices.tmexecution with parameters of type PropertyValue
ExecutionNode(int id, int kind, PropertyValue[] propertyValues)
           
PropertyValue(PropertyValue[] children, int modifyCount, java.lang.String name, java.lang.String nodeID, java.lang.String propertyID, java.lang.String propertyTypeID, int type, java.lang.String value)
           
 



Copyright © 2008. All Rights Reserved.