:: com :: sun :: star :: reflection ::
|
enum FieldAccessMode |
- Description
- Denotes the access possibilities via 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 © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.