de.intarsys.tools.reflect
public interface IAccessSupport
java.lang.Object getValue(java.lang.String name) throws FieldException
name
.name
- The name of the field to get.FieldException
java.lang.Object setValue(java.lang.String name, java.lang.Object value) throws FieldException
name
.name
- The name of the field to get.value
- The new value for the fieldFieldException