public abstract class ReadOnlyFieldAccessor extends Object implements FieldAccessor
| Constructor and Description |
|---|
ReadOnlyFieldAccessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(Object instance,
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(Object instance, Object value)
FieldAccessorset in interface FieldAccessorinstance - - the instance, or NULL for a static field.value - - the new value of the field.Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.