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(java.lang.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(java.lang.Object receiver)
throws FieldAccessException
receiver.receiver - The object hosting the field.FieldExceptionFieldAccessException