service GroupElement in module com::sun::star::configuration::

(Global Index)

Syntax

service GroupElement;

Description

provides information about a predefined element contained in a heterogeneous group of elements within a (by name) hierarchy.

Provides information about the element. Provides access to its containing group object.

A group element bears a predefined name. It may only exist within a containing group object.

See also

GroupAccess
Parent objects of this service generally implement service GroupAccess.

See also

SetElement
A complementary service, for elements of a dynamic homogeneous container.

See also

AccessRootElement
A complementary service, for the root element of a hierarchy.

Included Services

com::sun::star::configuration::HierarchyElement

Description

is the basic service for accessing information about an element in the hierarchy.


Exported Interfaces

com::sun::star::container::XChild

Description

provides access to the containing group object.

In this service this interface is mandatory

XChild::getParent shall not return NULL.

Setting a different parent is not supported.


Top of Page