These values are used to specify the behavior of a node or property in a layer. More...
| Variables | |
| const short | FINALIZED = 256 | 
| indicates that a node or property may not be changed or overridden in subsequent layers | |
| const short | MANDATORY = 512 | 
| indicates that a set item may not be removed or replaced in subsequent layers. | |
| const short | READONLY = 1024 | 
| indicates that a node or property may not be changed in this or subsequent layer. | |
| const short | FUSE = 2048 | 
| indicates that contents shall be fused. | |
| const short | MASK = 32512 | 
| can be used to mask the node attributes from merged attributes | |
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 SchemaAttribute
| const short FINALIZED = 256 | 
indicates that a node or property may not be changed or overridden in subsequent layers
| const short FUSE = 2048 | 
indicates that contents shall be fused.
Used in XLayerHandler::addOrReplaceNode(), XLayerHandler::addOrReplaceNodeFromTemplate(), XUpdateHandler::addOrReplaceNode(), and XUpdateHandler::addOrReplaceNodeFromTemplate().
| const short MANDATORY = 512 | 
indicates that a set item may not be removed or replaced in subsequent layers.
| const short MASK = 32512 | 
can be used to mask the node attributes from merged attributes
| const short READONLY = 1024 | 
indicates that a node or property may not be changed in this or subsequent layer.