|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBasicAccessSupport
An object supporting reflective get operations.
This is a basic support interface used in ObjectTools
to support
reflective operations. You MUST NOT implement this interface in terms of
ObjectTools
methods!
Method Summary | |
---|---|
java.lang.Object |
basicGetValue(java.lang.String name)
Make a reflective get access to name . |
java.lang.Object |
basicSetValue(java.lang.String name,
java.lang.Object value)
Make a reflective set access to name . |
Method Detail |
---|
java.lang.Object basicGetValue(java.lang.String name) throws FieldException
name
.
name
- The name of the field to get.
FieldException
java.lang.Object basicSetValue(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 field
FieldException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |