public interface IFieldHandlerAccessibility
| Modifier and Type | Field and Description |
|---|---|
static int |
NONE |
static int |
READONLY |
static int |
READWRITE |
static int |
WRITEONLY |
| Modifier and Type | Method and Description |
|---|---|
int |
getAccessMode(Object receiver)
Query the access state of the field represented by this within the
receiver. |
static final int NONE
static final int READONLY
static final int READWRITE
static final int WRITEONLY
int getAccessMode(Object receiver) throws FieldAccessException
receiver.receiver - The object hosting the field.FieldExceptionFieldAccessExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.