enum FieldAccessMode in module com::sun::star::reflection::

(Global Index)

Syntax

enum FieldAccessMode;

Description

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

Values Summary

READWRITE The property is readable and writeable

READONLY The property is readonly

WRITEONLY The property is write only

CONST

Values Details



READWRITE

Syntax

READWRITE,

Description

The property is readable and writeable


READONLY

Syntax

READONLY,

Description

The property is readonly


WRITEONLY

Syntax

WRITEONLY,

Description

The property is write only


CONST

[ DEPRECATED ]

Syntax

CONST,

Description

Top of Page