This service extends the interface
::com::sun::star::container::XNameAccess supported
by service ::com::sun::star::configuration::GroupAccess to allow changing values.
This strongly overlaps with functionality available through
::com::sun::star::configuration::PropertyHierarchy (from ::com::sun::star::configuration::GroupAccess ), so that
xGroup.setPropertyValue( aName, aValue )
is equivalent to
xGroup.replaceByName( aName, aValue )
.
Changes can be observed by registering a listener with interface
::com::sun::star::beans::XPropertySet or
::com::sun::star::beans::XMultiPropertySet .
Elements of this group may be replaced only if they are of simple type.
The type returned by
::com::sun::star::container::XElementAccess::getElementType()
must not be an interface type. Replacing whole subtrees is not supported.