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(java.lang.Object receiver,
java.lang.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(java.lang.Object receiver, java.lang.String name) throws FieldAccessException
name
within the
receiver
.receiver
- The object hosting the field.name
- The name of the field to get.FieldException
FieldAccessException