Copyright @ 2002 SAP. All Rights Reserved.

com.sap.tc.complib
Interface Property

All Superinterfaces:
PropertyElement

public interface Property
extends PropertyElement

This interface represents generic properties of development components. A property may either consists of a simple string value or an arbitrary XML fragment. This interface is derived from PropertyElement.

See Also:
PropertyElement

Method Summary
 void serialize(XMLWriter writer)
          Serializes the property to the given XMLWriter.
 
Methods inherited from interface com.sap.tc.complib.PropertyElement
addChild, addChild, countChildren, emptyChildren, firstChild, getAttributes, getChild, getChildren, getChildValue, getChildValues, getName, getNamespace, getNamespacePrefix, getParent, getQName, getValue, lastChild, next, setAttribute, setAttributes, setName, setNamespace, setNamespace, setValue
 

Method Detail

serialize

public void serialize(XMLWriter writer)
Serializes the property to the given XMLWriter.
Parameters:
writer - the XMLWriter to use for serialization.

Copyright @ 2002 SAP. All Rights Reserved.