Constants' Details |
ALL
const long ALL = -1;
- Description
- This value is used to query for all properties.
See
XIntrospectionAccess::getProperty() and
XIntrospectionAccess::getProperties()
|
|
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...() .
|
|
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.