:: com :: sun :: star :: beans ::
|
constants group PropertyConcept |
- Description
- These constants are used to specify concepts of the
introspection which apply to properties and to the
methods which represent attributes.
This list is not necessarily complete; new constants
may be added.
- See also
- Introspection, XIntrospection, XIntrospectionAccess
|
Constants' Details |
ALL
|
DANGEROUS
const long DANGEROUS = 1;
- Description
- 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.)
|
|
PROPERTYSET
|
ATTRIBUTES
const long ATTRIBUTES = 4;
- Description
- specifies all properties which are actually attributes of interfaces.
|
|
METHODS
const long METHODS = 8;
- Description
- specifies all properties which are represented by getter or setter methods.
These methods have the signature type get...() ,
void set...() or boolean is...() .
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.