Package de.intarsys.tools.reflect
Interface IAccessSupportAccessibility
public interface IAccessSupportAccessibility
An object supporting reflective calls to its fields.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
getAccessMode
(String name) Query the access state of the propertyname
within this.
-
Field Details
-
NONE
static final int NONE- See Also:
-
READONLY
static final int READONLY- See Also:
-
READWRITE
static final int READWRITE- See Also:
-
WRITEONLY
static final int WRITEONLY- See Also:
-
-
Method Details
-
getAccessMode
Query the access state of the propertyname
within this.- Parameters:
name
- The name of the field to get.- Returns:
- The current access state (one of NONE, READONLY, READWRITE or WRITEONLY)
- Throws:
FieldException
FieldAccessException
-