public abstract class ReadOnlyFieldAccessor extends java.lang.Object implements FieldAccessor
| Constructor and Description |
|---|
ReadOnlyFieldAccessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(java.lang.Object instance,
java.lang.Object value)
Set the value of a field for a particular instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getFieldpublic final void set(java.lang.Object instance,
java.lang.Object value)
FieldAccessorset in interface FieldAccessorinstance - - the instance, or NULL for a static field.value - - the new value of the field.