Lines Matching refs:a

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
71 a hierarchy using structural elements. The structure is defined in advance in
72 a schema. Necessary information from the schema is stored in the configuration
82 a <em>set</em> contains can vary. Their names are defined by the
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
104 An object that can hold child elements as a <em>set</em> or a <em>group</em>.
107 An object may be an element of a <em>set</em> or a <em>group</em>
118 <li><strong>string</strong> can hold a human-readable text.
129 <li><strong>short</strong> can hold a 16-bit signed integer.
133 <li><strong>int</strong> can hold a 32-bit signed integer.
137 <li><strong>long</strong> can hold a 64-bit signed integer.
141 <li><strong>double</strong> can hold a floating point number.
145 <li><strong>binary</strong> can hold a sequence of octets.
152 such a template is used to create a new <type>SetElement</type>, the type
157 <p>If the schema marks a value as <em>nullable</em> (which is indicated by
168 Root instances of this service can be requested from a
179 <p>An implementation actually implements a specialization of this service,
185 <li><type>SetAccess</type> if this element is a <em>Set</em>.</li>
186 <li><type>GroupAccess</type> if this element is a <em>Group</em>.</li>
194 <p>An implementation actually implements a specialization of this service,
202 created directly by a <type>ConfigurationProvider</type>
204 <li><type>SetElement</type> if this element may be contained in a
206 <li><type>GroupElement</type> if this element is a child of a
213 /** specializes <type>HierarchyAccess</type>, if this element is a <em>Set</em>.
221 if this element is a <em>Group</em>.
234 Instances obtained from a <type>ConfigurationProvider</type> will
240 if this element may be contained in a <em>Set</em>.
248 if this element is a child of a <em>Group</em>.