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

enum FieldAccessMode
Description
Denotes the access possibilities via XIdlField2 to an interface attribute, enum or compound type (struct/exception).

Values
READWRITE readable and writeable
READONLY readable only
WRITEONLY writeable only
CONST [ DEPRECATED ]
Deprecated. Not used anymore.
Values' Details
READWRITE
READWRITE,
Description
readable and writeable
READONLY
READONLY,
Description
readable only
WRITEONLY
WRITEONLY,
Description
writeable only
CONST
CONST,
[ DEPRECATED ]
Description
Deprecated. Not used anymore.
Top of Page