Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 2c50825dd66d0497b96a67f7fab2ee84 > files > 1395

openoffice.org64-devel-doc-2.4.1.10-1mdv2008.1.x86_64.rpm

<html>
<head>
<title>Constants' Group PropertyConcept</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../module-ix.html" class="navimain">Overview</a></td>
<td class="navimain"><a href="module-ix.html" class="navimain">Module</a></td>
<td class="navimainnone">Use</td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub"><a href="#Constants" class="navisub">Constants</a></td>
<td class="navisub"><a href="#ConstantDetails" class="navisub">Constants' Details</a></td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../module-ix.html" class="namechain">::</a> <a href="../../../module-ix.html" class="namechain">com</a> :: <a href="../../module-ix.html" class="namechain">sun</a> :: <a href="../module-ix.html" class="namechain">star</a> :: <a href="module-ix.html" class="namechain">beans</a> :: </p>
</td>
</tr>
<tr>
<td class="title">constants group PropertyConcept</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>These constants are used to specify concepts of the 
 introspection which apply to properties and to the 
 methods which represent attributes.
 
 </dd>
<dd><p>This list is not necessarily complete; new constants 
 may be added.</p>

 </dd>
<dt><b>See also</b></dt>
<dd><a href="Introspection.html">Introspection</a>, <a href="XIntrospection.html">XIntrospection</a>, <a href="XIntrospectionAccess.html">XIntrospectionAccess</a></dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="Constants"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Constants</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ALL">ALL</a></td>
<td class="imsum_right">This value is used to query for all properties.

 See 
 <a href="XIntrospectionAccess.html">XIntrospectionAccess</a>::<a href="XIntrospectionAccess.html#getProperty">getProperty()</a> and
 <a href="XIntrospectionAccess.html">XIntrospectionAccess</a>::<a href="XIntrospectionAccess.html#getProperties">getProperties()</a>
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#DANGEROUS">DANGEROUS</a></td>
<td class="imsum_right">specifies that the change or retrieval of this 
 property directly by the user can result in an unstable 
 state (deadlock, application crash, security hole, etc.)
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#PROPERTYSET">PROPERTYSET</a></td>
<td class="imsum_right">specifies all properties which are reachable by 
 <a href="XPropertySet.html">XPropertySet</a>, <a href="XFastPropertySet.html">XFastPropertySet</a> or 
 <a href="XMultiPropertySet.html">XMultiPropertySet</a>.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#ATTRIBUTES">ATTRIBUTES</a></td>
<td class="imsum_right">specifies all properties which are actually attributes of interfaces.
 &nbsp;</td>
</tr>
<tr>
<td class="imsum_left"><a href="#METHODS">METHODS</a></td>
<td class="imsum_right">specifies all properties which are represented by getter or setter methods. 
 
 &nbsp;</td>
</tr>
</table>
<a name="ConstantDetails"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle">Constants' Details</td>
</tr>
<tr>
<td class="imdetail"><a name="ALL" class="membertitle">ALL</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>ALL</b> = -1;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>This value is used to query for all properties.

 See 
 <a href="XIntrospectionAccess.html">XIntrospectionAccess</a>::<a href="XIntrospectionAccess.html#getProperty">getProperty()</a> and
 <a href="XIntrospectionAccess.html">XIntrospectionAccess</a>::<a href="XIntrospectionAccess.html#getProperties">getProperties()</a>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="DANGEROUS" class="membertitle">DANGEROUS</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>DANGEROUS</b> = 1;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>specifies that the change or retrieval of this 
 property directly by the user can result in an unstable 
 state (deadlock, application crash, security hole, etc.)
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="PROPERTYSET" class="membertitle">PROPERTYSET</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>PROPERTYSET</b> = 2;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>specifies all properties which are reachable by 
 <a href="XPropertySet.html">XPropertySet</a>, <a href="XFastPropertySet.html">XFastPropertySet</a> or 
 <a href="XMultiPropertySet.html">XMultiPropertySet</a>.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="ATTRIBUTES" class="membertitle">ATTRIBUTES</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>ATTRIBUTES</b> = 4;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>specifies all properties which are actually attributes of interfaces.
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="imdetail"><a name="METHODS" class="membertitle">METHODS</a><table border="0" width="96%" cellpadding="5" cellspacing="0" class="table-in-data" bgcolor="#ffffff" align="center">
<tr>
<td>const long <b>METHODS</b> = 8;<hr>
<dl>
<dt><b>Description</b></dt>
<dd>specifies all properties which are represented by getter or setter methods. 
 
 </dd>
<dd><p>These methods have the signature <code>type get...()</code>, 
 <code>void set...()</code> or <code>boolean is...()</code>.</p>
 </dd>
</dl>
</td>
</tr>
</table>
</td>
</tr>
</table>
<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2008 Sun Microsystems, Inc.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>