:: com :: sun :: star :: reflection ::
|
enum FieldAccessMode |
- Description
- Denotes the access possibilities via ::com::sun::star::reflection::XIdlField2 to an
interface attribute, enum or compound type (struct/exception).
|
Values' Details |
READWRITE
READWRITE,
- Description
- readable and writeable
|
|
READONLY
READONLY,
- Description
- readable only
|
|
WRITEONLY
WRITEONLY,
- Description
- writeable only
|
|
CONST
CONST,
- Usage Restrictions
- deprecated
- Description
- Deprecated. Not used anymore.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.