public interface IAccessHandlerAccessibility
| 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,
String name)
Query the access state of the property
name within the
receiver. |
static final int NONE
static final int READONLY
static final int READWRITE
static final int WRITEONLY
int getAccessMode(Object receiver, String name) throws FieldAccessException
name within the
receiver.receiver - The object hosting the field.name - The name of the field to get.FieldExceptionFieldAccessExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.