<?xml version="1.0" encoding="Windows-1255" ?><Interface name="IPropertyBagSupport" hierarchy="GMLDOM" id="core.dev:IPropertyBagSupport" sort="23" urn="core.dev:interfaces.IPropertyBagSupport.gs" toc="\Core Interfaces"><Summary>An abstract class for supporting propert bag concept.</Summary><Copyright>(c) SAP AG 2003-2006. All rights reserved.</Copyright>
<Topics>
<Method name="getConfigEditor" abstract="Yes" modifier="abstract" sortGroup="true" scope="public" id="core.dev:IPropertyBagSupport!getConfigEditor" sort="35" group="Methods" seq="0000"><Summary>Define an editor for the property bag.</Summary><Parameters signature="method:: &lt;i&gt;this&lt;/i&gt;.&lt;b&gt;getConfigEditor&lt;/b&gt;() &amp;rarr; void&lt;i&gt;Abstract=&quot;Yes&quot;&lt;/i&gt;"></Parameters><Return></Return></Method>
<Method name="getPropertyBagItemValue" abstract="Yes" modifier="abstract" sortGroup="true" scope="public" id="core.dev:IPropertyBagSupport!getPropertyBagItemValue" sort="35" group="Methods" seq="0001"><Summary>Gets a property bag item value.</Summary><Parameters signature="method:: &lt;i&gt;this&lt;/i&gt;.&lt;b&gt;getPropertyBagItemValue&lt;/b&gt;(&lt;i&gt;name&lt;/i&gt;) &amp;rarr; String&lt;i&gt;Abstract=&quot;Yes&quot;&lt;/i&gt;"><Param name="name" type="String">The configuration property item name.</Param></Parameters><Return type="String">Returns the value. Null is return when not found.</Return></Method>
<Method name="setPropertyBagItem" abstract="Yes" modifier="abstract" sortGroup="true" scope="public" id="core.dev:IPropertyBagSupport!setPropertyBagItem" sort="35" group="Methods" seq="0002"><Summary>Sets a property bag item value. If no item is found a new one is created.</Summary><Parameters signature="method:: &lt;i&gt;this&lt;/i&gt;.&lt;b&gt;setPropertyBagItem&lt;/b&gt;(&lt;i&gt;name&lt;/i&gt;, &lt;i&gt;value&lt;/i&gt;) &amp;rarr; void&lt;i&gt;Abstract=&quot;Yes&quot;&lt;/i&gt;"><Param name="name" type="String">The configuration property name.</Param><Param name="value" type="String">The configuration property value. If omitted or undefined the item will be removed.</Param></Parameters><Return></Return></Method>
</Topics>
</Interface>