Top   Module   Use   Manual   Index 

com :: sun :: star :: reflection ::

enum FieldAccessMode


Description
These values are used to specify the kind of attribute or property.


Values

READWRITE
Description
The property is readable and writeable
READONLY
Description
The property is readonly
WRITEONLY
Description
The property is write only
CONST
[ DEPRECATED ]
Top of Page