de.intarsys.tools.reflect
public interface IAccessSupportAccessibility
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.String name)
Query the access state of the property
name within this. |
static final int NONE
static final int READONLY
static final int READWRITE
static final int WRITEONLY
int getAccessMode(java.lang.String name) throws FieldAccessException
name
within this.name
- The name of the field to get.FieldException
FieldAccessException