Copyright @ 2002 SAP. All Rights Reserved.

Uses of Interface
com.sap.tc.complib.PropertyElement

Packages that use PropertyElement
com.sap.tc.complib Provides classes and interfaces for the creation and manipulation of development components, software components and public parts. 
 

Uses of PropertyElement in com.sap.tc.complib
 

Subinterfaces of PropertyElement in com.sap.tc.complib
 interface Property
          This interface represents generic properties of development components.
 

Methods in com.sap.tc.complib that return PropertyElement
 PropertyElement PropertyElement.firstChild()
          Returns the first child of this element.
 PropertyElement PropertyElement.lastChild()
          Returns the last child of this element.
 PropertyElement PropertyElement.next()
          Returns the successor of this element.
 PropertyElement PropertyElement.getParent()
          Returns the parent of this element.
 PropertyElement PropertyElement.addChild(java.lang.String childName)
          Adds a new child to this element.
 PropertyElement PropertyElement.addChild(java.lang.String childName, java.lang.String value)
          Adds a new child to this element.
 PropertyElement PropertyElement.getChild(java.lang.String childName)
          Returns the child specified by its name.
 


Copyright @ 2002 SAP. All Rights Reserved.