Lines Matching refs:of

9  * with the License.  You may obtain a copy of the License at
59 /** provides read access to a fragment of the configuration hierarchy.
61 <p>Values that are direct or indirect descendants of a root element can be
67 <p>Descendants of this service also implement this service.
73 repository itself and is accessible through an implementation of this service.
76 <p>Two different kinds of structural elements are used in the configuration
81 <dd>are dynamic containers of homogeneous elements. Which elements
83 clients that insert them. On the other hand, the <em>type</em> of
84 the elements is the same for all elements. In the case of elements
86 the structure of the hierarchy fragment they contain. Such types
91 <dd>are static collections of heterogeneous elements. The names and
92 types of the elements of a <em>group</em> are completely defined in the
93 configuration schema. Here each element may be of a different
94 <em>type</em>, allowing <em>groups</em> that contain a mix of
99 <p>Objects in the configuration hierarchy, for example, implementations of this service,
107 An object may be an element of a <em>set</em> or a <em>group</em>
112 <p>Several types of simple <em>values</em> can be used in the configuration.
113 In addition to the basic (scalar) types, sequences of the basic types are
145 <li><strong>binary</strong> can hold a sequence of octets.
153 of the element is initially reported as <atom>any</atom> (having no value).
154 When the value of such an element is first set, it will assume the type used.
168 Root instances of this service can be requested from a
179 <p>An implementation actually implements a specialization of this service,
183 <p>Implementations shall implement exactly one of:</p>
194 <p>An implementation actually implements a specialization of this service,
198 <p>Implementations shall implement exactly one of:</p>
201 <em>Root</em> of the whole hierarchy. Objects that can be
206 <li><type>GroupElement</type> if this element is a child of a
228 if this element is the <em>Root</em> of the whole hierarchy.
235 implement this version of <type>HierarchyElement</type>.
248 if this element is a child of a <em>Group</em>.