public interface IBasicAccessSupport
This is a basic support interface used in ObjectTools to support
reflective operations. You MUST NOT implement this interface in terms of
ObjectTools methods!
| Modifier and Type | Method and Description |
|---|---|
Object |
basicGetValue(String name)
Make a reflective get access to
name. |
Object |
basicSetValue(String name,
Object value)
Make a reflective set access to
name. |
Object basicGetValue(String name) throws FieldException
name.name - The name of the field to get.FieldExceptionObject basicSetValue(String name, Object value) throws FieldException
name.name - The name of the field to get.value - The new value for the fieldFieldExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.