Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

:: drafts :: com :: sun :: star :: configuration :: backend ::

constants group NodeAttribute
Description
These values are used to specify the behavior of a node or property in a layer.

The values were chosen so they can be combined with values from ::SchemaAttributes

See also
com::sun::star::configuration::backend::SchemaAttributes
During merging the values may be combined with static attributes from the schema.

Constants
FINALIZED indicates that a node or property may not be changed or overridden in subsequent layers
MANDATORY indicates that a set item may not be removed or replaced in subsequent layers.
READONLY indicates that a node or property may not be changed in this or subsequent layer.
MASK can be used to mask the node attributes from merged attributes
Constants' Details
FINALIZED
const short FINALIZED = 256;
Description
indicates that a node or property may not be changed or overridden in subsequent layers
MANDATORY
const short MANDATORY = 512;
Description
indicates that a set item may not be removed or replaced in subsequent layers.
READONLY
const short READONLY = 1024;
Description
indicates that a node or property may not be changed in this or subsequent layer.
MASK
const short MASK = 65280;
Description
can be used to mask the node attributes from merged attributes
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.